#bd78c9

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

Shades of East Side #BD78C9

Tints of East Side #BD78C9

Color information

#BD78C9 (or 0xBD78C9) is unknown color: approx East Side. HEX triplet: BD, 78 and C9. RGB value is (189,120,201). Sum of RGB (Red+Green+Blue) = 189+120+201=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78C9 is #428736. Grayscale: #959595. Windows color (decimal): -4359991 or 13203645. OLE color: 13203645.

HSL color Cylindrical-coordinate representation of color #BD78C9: hue angle of 291.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD78C9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189120201-
CMYK0.060.4000.21
HSL291.11º42.86%62.94%-
HSV(B)291.11º40.3%78.82%-
XYZ38.2528.4758.74-
YUV149.86156.86155.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=37.06%
G=23.53%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891202010.060.4000.21291.1142.8662.94
HexBD78C96280151232b3f
Octal2751703116500254435377
Binary10111101111100011001001110101000010101100100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd78c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd78c9; }

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

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

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

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

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

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

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

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