Html Css Color HEX #BD89BD London Hue

📋 copy color: '#BD89BD'

red 189 ◦ green 137 ◦ blue 189

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

Shades of London Hue #BD89BD

Tints of London Hue #BD89BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.6%

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

R = 36.7%
G = 26.6%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD89BD (or 0xBD89BD) is known color: London Hue. HEX triplet: BD, 89 and BD. RGB value is (189,137,189). Sum of RGB (Red+Green+Blue) = 189+137+189=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89BD is #427642. Grayscale: #9E9E9E. Windows color (decimal): -4355651 or 12421565. OLE color: 12421565.

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

Color convert

RGB 189 137 189 -
CMYK 0 0.28 0 0.26
HSL 300º 0.28% 0.64% -
HSV(B) 300º 0.28% 0.74% -
XYZ 39.12 32.38 52.33 -
YUV 158.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 189 137 189 0 0.28 0 0.26 300 0.28 0.64
Hex BD 89 BD 0 1C 0 1A 12C 1C 40
Octal 275 211 275 0 34 0 32 454 34 100
Binary 10111101 10001001 10111101 0 11100 0 11010 100101100 11100 1000000

Color Harmonies of #BD89BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89BD

Black with #BD89BD

Text Example


Text Example

White with #BD89BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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