Html Css Color HEX #BD8DB8 London Hue

📋 copy color: '#BD8DB8'

red 189 ◦ green 141 ◦ blue 184

#BD8DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BD8DB8

Tints of London Hue #BD8DB8

RGB

 RED value IS 189 (74.22% from 255) = 36.77%

 GREEN value IS 141 (55.47% from 255) = 27.43%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 36.77%
G = 27.43%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD8DB8 (or 0xBD8DB8) is known color: London Hue. HEX triplet: BD, 8D and B8. RGB value is (189,141,184). Sum of RGB (Red+Green+Blue) = 189+141+184=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DB8 is #427247. Grayscale: #A0A0A0. Windows color (decimal): -4354632 or 12094909. OLE color: 12094909.

HSL color Cylindrical-coordinate representation of color #BD8DB8: hue angle of 306.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD8DB8 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 184 -
CMYK 0 0.25 0.03 0.26
HSL 306.25º 0.27% 0.65% -
HSV(B) 306.25º 0.25% 0.74% -
XYZ 39.16 33.33 49.72 -
YUV 160.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 189 141 184 0 0.25 0.03 0.26 306.25 0.27 0.65
Hex BD 8D B8 0 19 3 1A 132 1B 41
Octal 275 215 270 0 31 3 32 462 33 101
Binary 10111101 10001101 10111000 0 11001 11 11010 100110010 11011 1000001

Color Harmonies of #BD8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DB8

Black with #BD8DB8

Text Example


Text Example

White with #BD8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DB8; }

 p { color: rgb(189,141,184); }

 H1.HeaderClassName
 {
   color: #BD8DB8;
 }
 .AnyTagClassName
 {
   color: #BD8DB8;
 }
</style>

background-color css

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

 a { background-color: rgb(189,141,184); }

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

border-color css

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

 span { border-color: rgb(189,141,184); }

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