Html Css Color HEX #B376B3 London Hue

📋 copy color: '#B376B3'

red 179 ◦ green 118 ◦ blue 179

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

Shades of London Hue #B376B3

Tints of London Hue #B376B3

RGB

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

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

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

R = 37.61%
G = 24.79%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B376B3 (or 0xB376B3) is known color: London Hue. HEX triplet: B3, 76 and B3. RGB value is (179,118,179). Sum of RGB (Red+Green+Blue) = 179+118+179=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B376B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376B3 is #4C894C. Grayscale: #8F8F8F. Windows color (decimal): -5015885 or 11761331. OLE color: 11761331.

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

Color convert

RGB 179 118 179 -
CMYK 0 0.34 0 0.30
HSL 300º 0.29% 0.58% -
HSV(B) 300º 0.34% 0.7% -
XYZ 33.21 25.8 45.88 -
YUV 143.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 179 118 179 0 0.34 0 0.30 300 0.29 0.58
Hex B3 76 B3 0 22 0 1E 12C 1D 3A
Octal 263 166 263 0 42 0 36 454 35 72
Binary 10110011 1110110 10110011 0 100010 0 11110 100101100 11101 111010

Color Harmonies of #B376B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376B3

Black with #B376B3

Text Example


Text Example

White with #B376B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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