Html Css Color HEX #BF80B1 London Hue

📋 copy color: '#BF80B1'

red 191 ◦ green 128 ◦ blue 177

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

Shades of London Hue #BF80B1

Tints of London Hue #BF80B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.69%

R = 38.51%
G = 25.81%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF80B1 (or 0xBF80B1) is known color: London Hue. HEX triplet: BF, 80 and B1. RGB value is (191,128,177). Sum of RGB (Red+Green+Blue) = 191+128+177=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80B1 is #407F4E. Grayscale: #989898. Windows color (decimal): -4226895 or 11632831. OLE color: 11632831.

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

Color convert

RGB 191 128 177 -
CMYK 0 0.33 0.07 0.25
HSL 313.33º 0.33% 0.63% -
HSV(B) 313.33º 0.33% 0.75% -
XYZ 37.14 29.69 45.37 -
YUV 152.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 191 128 177 0 0.33 0.07 0.25 313.33 0.33 0.63
Hex BF 80 B1 0 21 7 19 139 21 3F
Octal 277 200 261 0 41 7 31 471 41 77
Binary 10111111 10000000 10110001 0 100001 111 11001 100111001 100001 111111

Color Harmonies of #BF80B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80B1

Black with #BF80B1

Text Example


Text Example

White with #BF80B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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