Html Css Color HEX #BF7FB6 London Hue

📋 copy color: '#BF7FB6'

red 191 ◦ green 127 ◦ blue 182

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

Shades of London Hue #BF7FB6

Tints of London Hue #BF7FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 38.2%
G = 25.4%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF7FB6 (or 0xBF7FB6) is known color: London Hue. HEX triplet: BF, 7F and B6. RGB value is (191,127,182). Sum of RGB (Red+Green+Blue) = 191+127+182=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FB6 is #408049. Grayscale: #989898. Windows color (decimal): -4227146 or 11960255. OLE color: 11960255.

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

Color convert

RGB 191 127 182 -
CMYK 0 0.34 0.05 0.25
HSL 308.44º 0.33% 0.62% -
HSV(B) 308.44º 0.34% 0.75% -
XYZ 37.52 29.63 48 -
YUV 152.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 191 127 182 0 0.34 0.05 0.25 308.44 0.33 0.62
Hex BF 7F B6 0 22 5 19 134 21 3E
Octal 277 177 266 0 42 5 31 464 41 76
Binary 10111111 1111111 10110110 0 100010 101 11001 100110100 100001 111110

Color Harmonies of #BF7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FB6

Black with #BF7FB6

Text Example


Text Example

White with #BF7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FB6; }

 p { color: rgb(191,127,182); }

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

background-color css

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

 a { background-color: rgb(191,127,182); }

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

border-color css

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

 span { border-color: rgb(191,127,182); }

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