Html Css Color HEX #B281AE London Hue

📋 copy color: '#B281AE'

red 178 ◦ green 129 ◦ blue 174

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

Shades of London Hue #B281AE

Tints of London Hue #B281AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 37.01%
G = 26.82%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B281AE (or 0xB281AE) is known color: London Hue. HEX triplet: B2, 81 and AE. RGB value is (178,129,174). Sum of RGB (Red+Green+Blue) = 178+129+174=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B281AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B281AE is #4D7E51. Grayscale: #949494. Windows color (decimal): -5078610 or 11436466. OLE color: 11436466.

HSL color Cylindrical-coordinate representation of color #B281AE: hue angle of 304.9º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B281AE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 174 -
CMYK 0 0.28 0.02 0.30
HSL 304.9º 0.24% 0.6% -
HSV(B) 304.9º 0.28% 0.7% -
XYZ 33.85 28.22 43.71 -
YUV 148.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 178 129 174 0 0.28 0.02 0.30 304.9 0.24 0.6
Hex B2 81 AE 0 1C 2 1E 131 18 3C
Octal 262 201 256 0 34 2 36 461 30 74
Binary 10110010 10000001 10101110 0 11100 10 11110 100110001 11000 111100

Color Harmonies of #B281AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281AE

Black with #B281AE

Text Example


Text Example

White with #B281AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281AE; }

 p { color: rgb(178,129,174); }

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

background-color css

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

 a { background-color: rgb(178,129,174); }

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

border-color css

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

 span { border-color: rgb(178,129,174); }

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