Html Css Color HEX #B278AD London Hue

📋 copy color: '#B278AD'

red 178 ◦ green 120 ◦ blue 173

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

Shades of London Hue #B278AD

Tints of London Hue #B278AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 37.79%
G = 25.48%
B = 36.73%

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

#B278AD (or 0xB278AD) is known color: London Hue. HEX triplet: B2, 78 and AD. RGB value is (178,120,173). Sum of RGB (Red+Green+Blue) = 178+120+173=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B278AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278AD is #4D8752. Grayscale: #8F8F8F. Windows color (decimal): -5080915 or 11368626. OLE color: 11368626.

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

Color convert

RGB 178 120 173 -
CMYK 0 0.33 0.03 0.30
HSL 305.17º 0.27% 0.58% -
HSV(B) 305.17º 0.33% 0.7% -
XYZ 32.62 25.92 42.82 -
YUV 143.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 178 120 173 0 0.33 0.03 0.30 305.17 0.27 0.58
Hex B2 78 AD 0 21 3 1E 131 1B 3A
Octal 262 170 255 0 41 3 36 461 33 72
Binary 10110010 1111000 10101101 0 100001 11 11110 100110001 11011 111010

Color Harmonies of #B278AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278AD

Black with #B278AD

Text Example


Text Example

White with #B278AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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