Html Css Color HEX #B078AE London Hue

📋 copy color: '#B078AE'

red 176 ◦ green 120 ◦ blue 174

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

Shades of London Hue #B078AE

Tints of London Hue #B078AE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 37.45%
G = 25.53%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B078AE (or 0xB078AE) is known color: London Hue. HEX triplet: B0, 78 and AE. RGB value is (176,120,174). Sum of RGB (Red+Green+Blue) = 176+120+174=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B078AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078AE is #4F8751. Grayscale: #8E8E8E. Windows color (decimal): -5211986 or 11434160. OLE color: 11434160.

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

Color convert

RGB 176 120 174 -
CMYK 0 0.32 0.01 0.31
HSL 302.14º 0.26% 0.58% -
HSV(B) 302.14º 0.32% 0.69% -
XYZ 32.26 25.72 43.31 -
YUV 142.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 176 120 174 0 0.32 0.01 0.31 302.14 0.26 0.58
Hex B0 78 AE 0 20 1 1F 12E 1A 3A
Octal 260 170 256 0 40 1 37 456 32 72
Binary 10110000 1111000 10101110 0 100000 1 11111 100101110 11010 111010

Color Harmonies of #B078AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B078AE

Black with #B078AE

Text Example


Text Example

White with #B078AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B078AE; }

 p { color: rgb(176,120,174); }

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

background-color css

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

 a { background-color: rgb(176,120,174); }

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

border-color css

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

 span { border-color: rgb(176,120,174); }

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