Html Css Color HEX #B27EAD London Hue

📋 copy color: '#B27EAD'

red 178 ◦ green 126 ◦ blue 173

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

Shades of London Hue #B27EAD

Tints of London Hue #B27EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.42%

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

R = 37.32%
G = 26.42%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B27EAD (or 0xB27EAD) is known color: London Hue. HEX triplet: B2, 7E and AD. RGB value is (178,126,173). Sum of RGB (Red+Green+Blue) = 178+126+173=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B27EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27EAD is #4D8152. Grayscale: #929292. Windows color (decimal): -5079379 or 11370162. OLE color: 11370162.

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

Color convert

RGB 178 126 173 -
CMYK 0 0.29 0.03 0.30
HSL 305.77º 0.25% 0.6% -
HSV(B) 305.77º 0.29% 0.7% -
XYZ 33.36 27.4 43.07 -
YUV 146.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 178 126 173 0 0.29 0.03 0.30 305.77 0.25 0.6
Hex B2 7E AD 0 1D 3 1E 132 19 3C
Octal 262 176 255 0 35 3 36 462 31 74
Binary 10110010 1111110 10101101 0 11101 11 11110 100110010 11001 111100

Color Harmonies of #B27EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EAD

Black with #B27EAD

Text Example


Text Example

White with #B27EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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