#BD78CB

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

Shades of East Side #BD78CB

Tints of East Side #BD78CB

Color information

#BD78CB (or 0xBD78CB) is unknown color: approx East Side. HEX triplet: BD, 78 and CB. RGB value is (189,120,203). Sum of RGB (Red+Green+Blue) = 189+120+203=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78CB is #428734. Grayscale: #959595. Windows color (decimal): -4359989 or 13334717. OLE color: 13334717.

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

Color convert

RGB189120203-
CMYK0.070.4100.20
HSL289.88º44.39%63.33%-
HSV(B)289.88º40.89%79.61%-
XYZ38.4828.5659.99-
YUV150.09157.86155.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=36.91%
G=23.44%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891202030.070.4100.20289.8844.3963.33
HexBD78CB7290141222c3f
Octal2751703137510244425477
Binary10111101111100011001011111101001010100100100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78CB; }

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

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

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

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

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

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

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

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