Html Css Color HEX #B376AC London Hue

📋 copy color: '#B376AC'

red 179 ◦ green 118 ◦ blue 172

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

Shades of London Hue #B376AC

Tints of London Hue #B376AC

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

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

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

R = 38.17%
G = 25.16%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B376AC (or 0xB376AC) is known color: London Hue. HEX triplet: B3, 76 and AC. RGB value is (179,118,172). Sum of RGB (Red+Green+Blue) = 179+118+172=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B376AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376AC is #4C8953. Grayscale: #8E8E8E. Windows color (decimal): -5015892 or 11302579. OLE color: 11302579.

HSL color Cylindrical-coordinate representation of color #B376AC: hue angle of 306.89º 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 #B376AC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 172 -
CMYK 0 0.34 0.04 0.30
HSL 306.89º 0.29% 0.58% -
HSV(B) 306.89º 0.34% 0.7% -
XYZ 32.52 25.52 42.24 -
YUV 142.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 179 118 172 0 0.34 0.04 0.30 306.89 0.29 0.58
Hex B3 76 AC 0 22 4 1E 133 1D 3A
Octal 263 166 254 0 42 4 36 463 35 72
Binary 10110011 1110110 10101100 0 100010 100 11110 100110011 11101 111010

Color Harmonies of #B376AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376AC

Black with #B376AC

Text Example


Text Example

White with #B376AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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