Html Css Color HEX #B076B3 London Hue

📋 copy color: '#B076B3'

red 176 ◦ green 118 ◦ blue 179

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

Shades of London Hue #B076B3

Tints of London Hue #B076B3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 37.21%
G = 24.95%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B076B3 (or 0xB076B3) is known color: London Hue. HEX triplet: B0, 76 and B3. RGB value is (176,118,179). Sum of RGB (Red+Green+Blue) = 176+118+179=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #B076B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B076B3 is #4F894C. Grayscale: #8E8E8E. Windows color (decimal): -5212493 or 11761328. OLE color: 11761328.

HSL color Cylindrical-coordinate representation of color #B076B3: hue angle of 297.05º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B076B3 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 118 179 -
CMYK 0.02 0.34 0 0.30
HSL 297.05º 0.29% 0.58% -
HSV(B) 297.05º 0.34% 0.7% -
XYZ 32.52 25.44 45.84 -
YUV 142.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 176 118 179 0.02 0.34 0 0.30 297.05 0.29 0.58
Hex B0 76 B3 2 22 0 1E 129 1D 3A
Octal 260 166 263 2 42 0 36 451 35 72
Binary 10110000 1110110 10110011 10 100010 0 11110 100101001 11101 111010

Color Harmonies of #B076B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B076B3

Black with #B076B3

Text Example


Text Example

White with #B076B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B076B3; }

 p { color: rgb(176,118,179); }

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

background-color css

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

 a { background-color: rgb(176,118,179); }

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

border-color css

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

 span { border-color: rgb(176,118,179); }

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