Html Css Color HEX #B27EAA London Hue

📋 copy color: '#B27EAA'

red 178 ◦ green 126 ◦ blue 170

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

Shades of London Hue #B27EAA

Tints of London Hue #B27EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 37.55%
G = 26.58%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B27EAA (or 0xB27EAA) is known color: London Hue. HEX triplet: B2, 7E and AA. RGB value is (178,126,170). Sum of RGB (Red+Green+Blue) = 178+126+170=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B27EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27EAA is #4D8155. Grayscale: #929292. Windows color (decimal): -5079382 or 11173554. OLE color: 11173554.

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

Color convert

RGB 178 126 170 -
CMYK 0 0.29 0.04 0.30
HSL 309.23º 0.25% 0.6% -
HSV(B) 309.23º 0.29% 0.7% -
XYZ 33.08 27.29 41.55 -
YUV 146.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 178 126 170 0 0.29 0.04 0.30 309.23 0.25 0.6
Hex B2 7E AA 0 1D 4 1E 135 19 3C
Octal 262 176 252 0 35 4 36 465 31 74
Binary 10110010 1111110 10101010 0 11101 100 11110 100110101 11001 111100

Color Harmonies of #B27EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EAA

Black with #B27EAA

Text Example


Text Example

White with #B27EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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