Html Css Color HEX #B278AC London Hue

📋 copy color: '#B278AC'

red 178 ◦ green 120 ◦ blue 172

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

Shades of London Hue #B278AC

Tints of London Hue #B278AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

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

R = 37.87%
G = 25.53%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B278AC (or 0xB278AC) is known color: London Hue. HEX triplet: B2, 78 and AC. RGB value is (178,120,172). Sum of RGB (Red+Green+Blue) = 178+120+172=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B278AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278AC is #4D8753. Grayscale: #8F8F8F. Windows color (decimal): -5080916 or 11303090. OLE color: 11303090.

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

Color convert

RGB 178 120 172 -
CMYK 0 0.33 0.03 0.30
HSL 306.21º 0.27% 0.58% -
HSV(B) 306.21º 0.33% 0.7% -
XYZ 32.52 25.88 42.31 -
YUV 143.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 178 120 172 0 0.33 0.03 0.30 306.21 0.27 0.58
Hex B2 78 AC 0 21 3 1E 132 1B 3A
Octal 262 170 254 0 41 3 36 462 33 72
Binary 10110010 1111000 10101100 0 100001 11 11110 100110010 11011 111010

Color Harmonies of #B278AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278AC

Black with #B278AC

Text Example


Text Example

White with #B278AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278AC; }

 p { color: rgb(178,120,172); }

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

background-color css

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

 a { background-color: rgb(178,120,172); }

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

border-color css

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

 span { border-color: rgb(178,120,172); }

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