Html Css Color HEX #B27BAA London Hue

📋 copy color: '#B27BAA'

red 178 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B27BAA

Tints of London Hue #B27BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

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

R = 37.79%
G = 26.11%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B27BAA (or 0xB27BAA) is known color: London Hue. HEX triplet: B2, 7B and AA. RGB value is (178,123,170). Sum of RGB (Red+Green+Blue) = 178+123+170=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAA is #4D8455. Grayscale: #909090. Windows color (decimal): -5080150 or 11172786. OLE color: 11172786.

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

Color convert

RGB 178 123 170 -
CMYK 0 0.31 0.04 0.30
HSL 308.73º 0.26% 0.59% -
HSV(B) 308.73º 0.31% 0.7% -
XYZ 32.7 26.53 41.43 -
YUV 144.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 178 123 170 0 0.31 0.04 0.30 308.73 0.26 0.59
Hex B2 7B AA 0 1F 4 1E 135 1A 3B
Octal 262 173 252 0 37 4 36 465 32 73
Binary 10110010 1111011 10101010 0 11111 100 11110 100110101 11010 111011

Color Harmonies of #B27BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BAA

Black with #B27BAA

Text Example


Text Example

White with #B27BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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