Html Css Color HEX #BF80B7 London Hue

📋 copy color: '#BF80B7'

red 191 ◦ green 128 ◦ blue 183

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

Shades of London Hue #BF80B7

Tints of London Hue #BF80B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 38.05%
G = 25.5%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF80B7 (or 0xBF80B7) is known color: London Hue. HEX triplet: BF, 80 and B7. RGB value is (191,128,183). Sum of RGB (Red+Green+Blue) = 191+128+183=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B7 is #407F48. Grayscale: #989898. Windows color (decimal): -4226889 or 12026047. OLE color: 12026047.

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

Color convert

RGB 191 128 183 -
CMYK 0 0.33 0.04 0.25
HSL 307.62º 0.33% 0.63% -
HSV(B) 307.62º 0.33% 0.75% -
XYZ 37.75 29.93 48.59 -
YUV 153.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 191 128 183 0 0.33 0.04 0.25 307.62 0.33 0.63
Hex BF 80 B7 0 21 4 19 134 21 3F
Octal 277 200 267 0 41 4 31 464 41 77
Binary 10111111 10000000 10110111 0 100001 100 11001 100110100 100001 111111

Color Harmonies of #BF80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80B7

Black with #BF80B7

Text Example


Text Example

White with #BF80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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