Html Css Color HEX #BD81BD London Hue

📋 copy color: '#BD81BD'

red 189 ◦ green 129 ◦ blue 189

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

Shades of London Hue #BD81BD

Tints of London Hue #BD81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 37.28%
G = 25.44%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD81BD (or 0xBD81BD) is known color: London Hue. HEX triplet: BD, 81 and BD. RGB value is (189,129,189). Sum of RGB (Red+Green+Blue) = 189+129+189=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81BD is #427E42. Grayscale: #999999. Windows color (decimal): -4357699 or 12419517. OLE color: 12419517.

HSL color Cylindrical-coordinate representation of color #BD81BD: hue angle of 300º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD81BD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 189 -
CMYK 0 0.32 0 0.26
HSL 300º 0.31% 0.62% -
HSV(B) 300º 0.32% 0.74% -
XYZ 38.02 30.19 51.97 -
YUV 153.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 189 129 189 0 0.32 0 0.26 300 0.31 0.62
Hex BD 81 BD 0 20 0 1A 12C 1F 3E
Octal 275 201 275 0 40 0 32 454 37 76
Binary 10111101 10000001 10111101 0 100000 0 11010 100101100 11111 111110

Color Harmonies of #BD81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81BD

Black with #BD81BD

Text Example


Text Example

White with #BD81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81BD; }

 p { color: rgb(189,129,189); }

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

background-color css

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

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

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

border-color css

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

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

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