Html Css Color HEX #BF80B0 London Hue

📋 copy color: '#BF80B0'

red 191 ◦ green 128 ◦ blue 176

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

Shades of London Hue #BF80B0

Tints of London Hue #BF80B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 38.59%
G = 25.86%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF80B0 (or 0xBF80B0) is known color: London Hue. HEX triplet: BF, 80 and B0. RGB value is (191,128,176). Sum of RGB (Red+Green+Blue) = 191+128+176=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80B0 is #407F4F. Grayscale: #989898. Windows color (decimal): -4226896 or 11567295. OLE color: 11567295.

HSL color Cylindrical-coordinate representation of color #BF80B0: hue angle of 314.29º 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 #BF80B0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 176 -
CMYK 0 0.33 0.08 0.25
HSL 314.29º 0.33% 0.63% -
HSV(B) 314.29º 0.33% 0.75% -
XYZ 37.04 29.65 44.84 -
YUV 152.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 191 128 176 0 0.33 0.08 0.25 314.29 0.33 0.63
Hex BF 80 B0 0 21 8 19 13A 21 3F
Octal 277 200 260 0 41 10 31 472 41 77
Binary 10111111 10000000 10110000 0 100001 1000 11001 100111010 100001 111111

Color Harmonies of #BF80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80B0

Black with #BF80B0

Text Example


Text Example

White with #BF80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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