#BD84CB

Color #BD84CB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BD84CB

Tints of East Side #BD84CB

Color information

#BD84CB (or 0xBD84CB) is unknown color: approx East Side. HEX triplet: BD, 84 and CB. RGB value is (189,132,203). Sum of RGB (Red+Green+Blue) = 189+132+203=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84CB is #427B34. Grayscale: #9C9C9C. Windows color (decimal): -4356917 or 13337789. OLE color: 13337789.

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

Color convert

RGB189132203-
CMYK0.070.3500.20
HSL288.17º40.57%65.69%-
HSV(B)288.17º34.98%79.61%-
XYZ40.0231.6360.5-
YUV157.14153.88150.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=36.07%
G=25.19%
B=38.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891322030.070.3500.20288.1740.5765.69
HexBD84CB7230141202942
Octal27520431374302444051102
Binary1011110110000100110010111111000110101001001000001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84CB; }

 p { color: rgb(189,132,203); }

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

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

 a { background-color: rgb(189,132,203); }

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

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

 span { border-color: rgb(189,132,203); }

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