Html Css Color HEX #B07CAF London Hue

📋 copy color: '#B07CAF'

red 176 ◦ green 124 ◦ blue 175

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

Shades of London Hue #B07CAF

Tints of London Hue #B07CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.11%

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

R = 37.05%
G = 26.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B07CAF (or 0xB07CAF) is known color: London Hue. HEX triplet: B0, 7C and AF. RGB value is (176,124,175). Sum of RGB (Red+Green+Blue) = 176+124+175=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CAF is #4F8350. Grayscale: #919191. Windows color (decimal): -5210961 or 11500720. OLE color: 11500720.

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

Color convert

RGB 176 124 175 -
CMYK 0 0.30 0.01 0.31
HSL 301.15º 0.25% 0.59% -
HSV(B) 301.15º 0.3% 0.69% -
XYZ 32.85 26.74 43.99 -
YUV 145.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 176 124 175 0 0.30 0.01 0.31 301.15 0.25 0.59
Hex B0 7C AF 0 1E 1 1F 12D 19 3B
Octal 260 174 257 0 36 1 37 455 31 73
Binary 10110000 1111100 10101111 0 11110 1 11111 100101101 11001 111011

Color Harmonies of #B07CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CAF

Black with #B07CAF

Text Example


Text Example

White with #B07CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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