Html Css Color HEX #B276AB London Hue

📋 copy color: '#B276AB'

red 178 ◦ green 118 ◦ blue 171

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

Shades of London Hue #B276AB

Tints of London Hue #B276AB

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 38.12%
G = 25.27%
B = 36.62%

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

#B276AB (or 0xB276AB) is known color: London Hue. HEX triplet: B2, 76 and AB. RGB value is (178,118,171). Sum of RGB (Red+Green+Blue) = 178+118+171=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B276AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276AB is #4D8954. Grayscale: #8D8D8D. Windows color (decimal): -5081429 or 11237042. OLE color: 11237042.

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

Color convert

RGB 178 118 171 -
CMYK 0 0.34 0.04 0.30
HSL 307º 0.28% 0.58% -
HSV(B) 307º 0.34% 0.7% -
XYZ 32.19 25.36 41.73 -
YUV 141.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 178 118 171 0 0.34 0.04 0.30 307 0.28 0.58
Hex B2 76 AB 0 22 4 1E 133 1C 3A
Octal 262 166 253 0 42 4 36 463 34 72
Binary 10110010 1110110 10101011 0 100010 100 11110 100110011 11100 111010

Color Harmonies of #B276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276AB

Black with #B276AB

Text Example


Text Example

White with #B276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276AB; }

 p { color: rgb(178,118,171); }

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

background-color css

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

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

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

border-color css

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

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

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