Html Css Color HEX #BF7FAF London Hue

📋 copy color: '#BF7FAF'

red 191 ◦ green 127 ◦ blue 175

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

Shades of London Hue #BF7FAF

Tints of London Hue #BF7FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 38.74%
G = 25.76%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF7FAF (or 0xBF7FAF) is known color: London Hue. HEX triplet: BF, 7F and AF. RGB value is (191,127,175). Sum of RGB (Red+Green+Blue) = 191+127+175=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FAF is #408050. Grayscale: #979797. Windows color (decimal): -4227153 or 11501503. OLE color: 11501503.

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

Color convert

RGB 191 127 175 -
CMYK 0 0.34 0.08 0.25
HSL 315º 0.33% 0.62% -
HSV(B) 315º 0.34% 0.75% -
XYZ 36.81 29.35 44.28 -
YUV 151.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 191 127 175 0 0.34 0.08 0.25 315 0.33 0.62
Hex BF 7F AF 0 22 8 19 13B 21 3E
Octal 277 177 257 0 42 10 31 473 41 76
Binary 10111111 1111111 10101111 0 100010 1000 11001 100111011 100001 111110

Color Harmonies of #BF7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FAF

Black with #BF7FAF

Text Example


Text Example

White with #BF7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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