Html Css Color HEX #B27AAC London Hue

📋 copy color: '#B27AAC'

red 178 ◦ green 122 ◦ blue 172

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

Shades of London Hue #B27AAC

Tints of London Hue #B27AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 37.71%
G = 25.85%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B27AAC (or 0xB27AAC) is known color: London Hue. HEX triplet: B2, 7A and AC. RGB value is (178,122,172). Sum of RGB (Red+Green+Blue) = 178+122+172=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAC is #4D8553. Grayscale: #909090. Windows color (decimal): -5080404 or 11303602. OLE color: 11303602.

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

Color convert

RGB 178 122 172 -
CMYK 0 0.31 0.03 0.30
HSL 306.43º 0.27% 0.59% -
HSV(B) 306.43º 0.31% 0.7% -
XYZ 32.77 26.36 42.39 -
YUV 144.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 178 122 172 0 0.31 0.03 0.30 306.43 0.27 0.59
Hex B2 7A AC 0 1F 3 1E 132 1B 3B
Octal 262 172 254 0 37 3 36 462 33 73
Binary 10110010 1111010 10101100 0 11111 11 11110 100110010 11011 111011

Color Harmonies of #B27AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27AAC

Black with #B27AAC

Text Example


Text Example

White with #B27AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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