#B445CC

Color #B445CC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B445CC

Tints of Medium Orchid #B445CC

Color information

#B445CC (or 0xB445CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 45 and CC. RGB value is (180,69,204). Sum of RGB (Red+Green+Blue) = 180+69+204=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B445CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445CC is #4BBA33. Grayscale: #757575. Windows color (decimal): -4962868 or 13387188. OLE color: 13387188.

HSL color Cylindrical-coordinate representation of color #B445CC: hue angle of 289.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B445CC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18069204-
CMYK0.120.6600.2
HSL289.33º56.96%53.53%-
HSV(B)289.33º66.18%80%-
XYZ31.8518.3258.98-
YUV117.58176.77172.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=39.74%
G=15.23%
B=45.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180692040.120.6600.2289.3356.9653.53
HexB445CCC420141213936
Octal264105314141020244417166
Binary1011010010001011100110011001000010010100100100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445CC; }

 p { color: rgb(180,69,204); }

 H1.HeaderClassName
 {
   color: #B445CC;
 }
 .AnyTagClassName
 {
   color: #B445CC;
 }
</style>
background-color css

<style>
 a { background-color: #B445CC; }

 a { background-color: rgb(180,69,204); }

 div.DivClassName
 {
   background-color: #B445CC;
 }
 .BgClassName
 {
   background-color: #B445CC;
 }
</style>
border-color css

<style>
 span { border-color: #B445CC; }

 span { border-color: rgb(180,69,204); }

 td.TdClassName
 {
   border-color: #B445CC;
 }
 .TagClassName
 {
   border-color: #B445CC;
 }
</style>