#BD77B3

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

Shades of London Hue #BD77B3

Tints of London Hue #BD77B3

Color information

#BD77B3 (or 0xBD77B3) is unknown color: approx London Hue. HEX triplet: BD, 77 and B3. RGB value is (189,119,179). Sum of RGB (Red+Green+Blue) = 189+119+179=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77B3 is #42884C. Grayscale: #929292. Windows color (decimal): -4360269 or 11761597. OLE color: 11761597.

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

Color convert

RGB189119179-
CMYK00.370.050.26
HSL308.57º34.65%60.39%-
HSV(B)308.57º37.04%74.12%-
XYZ35.7227.2746.03-
YUV146.77146.19158.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=38.81%
G=24.44%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911917900.370.050.26308.5734.6560.39
HexBD77B302551A135233c
Octal2751672630455324654374
Binary10111101111011110110011010010110111010100110101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77B3; }

 p { color: rgb(189,119,179); }

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

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

 a { background-color: rgb(189,119,179); }

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

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

 span { border-color: rgb(189,119,179); }

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