Html Css Color HEX #BD80BD London Hue

📋 copy color: '#BD80BD'

red 189 ◦ green 128 ◦ blue 189

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

Shades of London Hue #BD80BD

Tints of London Hue #BD80BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.3%

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

R = 37.35%
G = 25.3%
B = 37.35%

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

#BD80BD (or 0xBD80BD) is known color: London Hue. HEX triplet: BD, 80 and BD. RGB value is (189,128,189). Sum of RGB (Red+Green+Blue) = 189+128+189=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BD is #427F42. Grayscale: #999999. Windows color (decimal): -4357955 or 12419261. OLE color: 12419261.

HSL color Cylindrical-coordinate representation of color #BD80BD: hue angle of 300º degrees, saturation: 0.32, 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 #BD80BD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 189 -
CMYK 0 0.32 0 0.26
HSL 300º 0.32% 0.62% -
HSV(B) 300º 0.32% 0.74% -
XYZ 37.89 29.93 51.92 -
YUV 153.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 189 128 189 0 0.32 0 0.26 300 0.32 0.62
Hex BD 80 BD 0 20 0 1A 12C 20 3E
Octal 275 200 275 0 40 0 32 454 40 76
Binary 10111101 10000000 10111101 0 100000 0 11010 100101100 100000 111110

Color Harmonies of #BD80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80BD

Black with #BD80BD

Text Example


Text Example

White with #BD80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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