Html Css Color HEX #B07EAC London Hue

📋 copy color: '#B07EAC'

red 176 ◦ green 126 ◦ blue 172

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

Shades of London Hue #B07EAC

Tints of London Hue #B07EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 37.13%
G = 26.58%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B07EAC (or 0xB07EAC) is known color: London Hue. HEX triplet: B0, 7E and AC. RGB value is (176,126,172). Sum of RGB (Red+Green+Blue) = 176+126+172=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EAC is #4F8153. Grayscale: #929292. Windows color (decimal): -5210452 or 11304624. OLE color: 11304624.

HSL color Cylindrical-coordinate representation of color #B07EAC: hue angle of 304.8º 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 #B07EAC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 172 -
CMYK 0 0.28 0.02 0.31
HSL 304.8º 0.24% 0.59% -
HSV(B) 304.8º 0.28% 0.69% -
XYZ 32.81 27.13 42.54 -
YUV 146.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 176 126 172 0 0.28 0.02 0.31 304.8 0.24 0.59
Hex B0 7E AC 0 1C 2 1F 131 18 3B
Octal 260 176 254 0 34 2 37 461 30 73
Binary 10110000 1111110 10101100 0 11100 10 11111 100110001 11000 111011

Color Harmonies of #B07EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EAC

Black with #B07EAC

Text Example


Text Example

White with #B07EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EAC; }

 p { color: rgb(176,126,172); }

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

background-color css

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

 a { background-color: rgb(176,126,172); }

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

border-color css

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

 span { border-color: rgb(176,126,172); }

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