#B045CB

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

Shades of Medium Orchid #B045CB

Tints of Medium Orchid #B045CB

Color information

#B045CB (or 0xB045CB) is unknown color: approx Medium Orchid. HEX triplet: B0, 45 and CB. RGB value is (176,69,203). Sum of RGB (Red+Green+Blue) = 176+69+203=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B045CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045CB is #4FBA34. Grayscale: #737373. Windows color (decimal): -5225013 or 13321648. OLE color: 13321648.

HSL color Cylindrical-coordinate representation of color #B045CB: hue angle of 287.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B045CB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17669203-
CMYK0.130.6600.20
HSL287.91º56.3%53.33%-
HSV(B)287.91º66.01%79.61%-
XYZ30.8117.858.31-
YUV116.27176.95170.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=39.29%
G=15.40%
B=45.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176692030.130.6600.20287.9156.353.33
HexB045CBD420141203835
Octal260105313151020244407065
Binary1011000010001011100101111011000010010100100100000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045CB; }

 p { color: rgb(176,69,203); }

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

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

 a { background-color: rgb(176,69,203); }

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

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

 span { border-color: rgb(176,69,203); }

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