#BD83CB

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

Shades of East Side #BD83CB

Tints of East Side #BD83CB

Color information

#BD83CB (or 0xBD83CB) is unknown color: approx East Side. HEX triplet: BD, 83 and CB. RGB value is (189,131,203). Sum of RGB (Red+Green+Blue) = 189+131+203=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83CB is #427C34. Grayscale: #9C9C9C. Windows color (decimal): -4357173 or 13337533. OLE color: 13337533.

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

Color convert

RGB189131203-
CMYK0.070.3500.20
HSL288.33º40.91%65.49%-
HSV(B)288.33º35.47%79.61%-
XYZ39.8831.3660.45-
YUV156.55154.22151.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=36.14%
G=25.05%
B=38.81%

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
Decimal1891312030.070.3500.20288.3340.9165.49
HexBD83CB7230141202941
Octal27520331374302444051101
Binary1011110110000011110010111111000110101001001000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83CB; }

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

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

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

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

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

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

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

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