#BD78AF

Color #BD78AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BD78AF

Tints of London Hue #BD78AF

Color information

#BD78AF (or 0xBD78AF) is unknown color: approx London Hue. HEX triplet: BD, 78 and AF. RGB value is (189,120,175). Sum of RGB (Red+Green+Blue) = 189+120+175=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78AF is #428750. Grayscale: #929292. Windows color (decimal): -4360017 or 11499709. OLE color: 11499709.

HSL color Cylindrical-coordinate representation of color #BD78AF: hue angle of 312.17º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78AF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB189120175-
CMYK00.370.070.26
HSL312.17º34.33%60.59%-
HSV(B)312.17º36.51%74.12%-
XYZ35.4427.3543.97-
YUV146.9143.86158.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=39.05%
G=24.79%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912017500.370.070.26312.1734.3360.59
HexBD78AF02571A138223d
Octal2751702570457324704275
Binary10111101111100010101111010010111111010100111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78AF; }

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

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

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

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

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

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

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

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