Html Css Color HEX #B376B4 London Hue

📋 copy color: '#B376B4'

red 179 ◦ green 118 ◦ blue 180

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

Shades of London Hue #B376B4

Tints of London Hue #B376B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 37.53%
G = 24.74%
B = 37.74%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B376B4 (or 0xB376B4) is known color: London Hue. HEX triplet: B3, 76 and B4. RGB value is (179,118,180). Sum of RGB (Red+Green+Blue) = 179+118+180=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #B376B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376B4 is #4C894B. Grayscale: #8F8F8F. Windows color (decimal): -5015884 or 11826867. OLE color: 11826867.

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

Color convert

RGB 179 118 180 -
CMYK 0.01 0.34 0 0.29
HSL 299.03º 0.29% 0.58% -
HSV(B) 299.03º 0.34% 0.71% -
XYZ 33.31 25.84 46.41 -
YUV 143.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 179 118 180 0.01 0.34 0 0.29 299.03 0.29 0.58
Hex B3 76 B4 1 22 0 1D 12B 1D 3A
Octal 263 166 264 1 42 0 35 453 35 72
Binary 10110011 1110110 10110100 1 100010 0 11101 100101011 11101 111010

Color Harmonies of #B376B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376B4

Black with #B376B4

Text Example


Text Example

White with #B376B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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