Html Css Color HEX #B07FAF London Hue

📋 copy color: '#B07FAF'

red 176 ◦ green 127 ◦ blue 175

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

Shades of London Hue #B07FAF

Tints of London Hue #B07FAF

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

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

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

R = 36.82%
G = 26.57%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B07FAF (or 0xB07FAF) is known color: London Hue. HEX triplet: B0, 7F and AF. RGB value is (176,127,175). Sum of RGB (Red+Green+Blue) = 176+127+175=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FAF is #4F8050. Grayscale: #929292. Windows color (decimal): -5210193 or 11501488. OLE color: 11501488.

HSL color Cylindrical-coordinate representation of color #B07FAF: hue angle of 301.22º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FAF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 175 -
CMYK 0 0.28 0.01 0.31
HSL 301.22º 0.24% 0.59% -
HSV(B) 301.22º 0.28% 0.69% -
XYZ 33.23 27.5 44.11 -
YUV 147.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 176 127 175 0 0.28 0.01 0.31 301.22 0.24 0.59
Hex B0 7F AF 0 1C 1 1F 12D 18 3B
Octal 260 177 257 0 34 1 37 455 30 73
Binary 10110000 1111111 10101111 0 11100 1 11111 100101101 11000 111011

Color Harmonies of #B07FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FAF

Black with #B07FAF

Text Example


Text Example

White with #B07FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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