Html Css Color HEX #BF80BD London Hue

📋 copy color: '#BF80BD'

red 191 ◦ green 128 ◦ blue 189

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

Shades of London Hue #BF80BD

Tints of London Hue #BF80BD

RGB

 RED value IS 191 (75% from 255) = 37.6%

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

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

R = 37.6%
G = 25.2%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF80BD (or 0xBF80BD) is known color: London Hue. HEX triplet: BF, 80 and BD. RGB value is (191,128,189). Sum of RGB (Red+Green+Blue) = 191+128+189=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BD is #407F42. Grayscale: #999999. Windows color (decimal): -4226883 or 12419263. OLE color: 12419263.

HSL color Cylindrical-coordinate representation of color #BF80BD: hue angle of 301.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80BD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 189 -
CMYK 0 0.33 0.01 0.25
HSL 301.9º 0.33% 0.63% -
HSV(B) 301.9º 0.33% 0.75% -
XYZ 38.39 30.19 51.95 -
YUV 153.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 191 128 189 0 0.33 0.01 0.25 301.9 0.33 0.63
Hex BF 80 BD 0 21 1 19 12E 21 3F
Octal 277 200 275 0 41 1 31 456 41 77
Binary 10111111 10000000 10111101 0 100001 1 11001 100101110 100001 111111

Color Harmonies of #BF80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80BD

Black with #BF80BD

Text Example


Text Example

White with #BF80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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