Html Css Color HEX #B27CAA London Hue

📋 copy color: '#B27CAA'

red 178 ◦ green 124 ◦ blue 170

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

Shades of London Hue #B27CAA

Tints of London Hue #B27CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

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

R = 37.71%
G = 26.27%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B27CAA (or 0xB27CAA) is known color: London Hue. HEX triplet: B2, 7C and AA. RGB value is (178,124,170). Sum of RGB (Red+Green+Blue) = 178+124+170=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CAA is #4D8355. Grayscale: #919191. Windows color (decimal): -5079894 or 11173042. OLE color: 11173042.

HSL color Cylindrical-coordinate representation of color #B27CAA: hue angle of 308.89º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27CAA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 170 -
CMYK 0 0.30 0.04 0.30
HSL 308.89º 0.26% 0.59% -
HSV(B) 308.89º 0.3% 0.7% -
XYZ 32.82 26.78 41.47 -
YUV 145.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 178 124 170 0 0.30 0.04 0.30 308.89 0.26 0.59
Hex B2 7C AA 0 1E 4 1E 135 1A 3B
Octal 262 174 252 0 36 4 36 465 32 73
Binary 10110010 1111100 10101010 0 11110 100 11110 100110101 11010 111011

Color Harmonies of #B27CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CAA

Black with #B27CAA

Text Example


Text Example

White with #B27CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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