Html Css Color HEX #B27AAA London Hue

📋 copy color: '#B27AAA'

red 178 ◦ green 122 ◦ blue 170

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

Shades of London Hue #B27AAA

Tints of London Hue #B27AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

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

R = 37.87%
G = 25.96%
B = 36.17%

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

#B27AAA (or 0xB27AAA) is known color: London Hue. HEX triplet: B2, 7A and AA. RGB value is (178,122,170). Sum of RGB (Red+Green+Blue) = 178+122+170=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAA is #4D8555. Grayscale: #909090. Windows color (decimal): -5080406 or 11172530. OLE color: 11172530.

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

Color convert

RGB 178 122 170 -
CMYK 0 0.31 0.04 0.30
HSL 308.57º 0.27% 0.59% -
HSV(B) 308.57º 0.31% 0.7% -
XYZ 32.58 26.29 41.39 -
YUV 144.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 178 122 170 0 0.31 0.04 0.30 308.57 0.27 0.59
Hex B2 7A AA 0 1F 4 1E 135 1B 3B
Octal 262 172 252 0 37 4 36 465 33 73
Binary 10110010 1111010 10101010 0 11111 100 11110 100110101 11011 111011

Color Harmonies of #B27AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AAA

Black with #B27AAA

Text Example


Text Example

White with #B27AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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