Html Css Color HEX #B27DAB London Hue

📋 copy color: '#B27DAB'

red 178 ◦ green 125 ◦ blue 171

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

Shades of London Hue #B27DAB

Tints of London Hue #B27DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 37.55%
G = 26.37%
B = 36.08%

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

#B27DAB (or 0xB27DAB) is known color: London Hue. HEX triplet: B2, 7D and AB. RGB value is (178,125,171). Sum of RGB (Red+Green+Blue) = 178+125+171=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DAB is #4D8254. Grayscale: #919191. Windows color (decimal): -5079637 or 11238834. OLE color: 11238834.

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

Color convert

RGB 178 125 171 -
CMYK 0 0.30 0.04 0.30
HSL 307.92º 0.26% 0.59% -
HSV(B) 307.92º 0.3% 0.7% -
XYZ 33.04 27.07 42.01 -
YUV 146.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 178 125 171 0 0.30 0.04 0.30 307.92 0.26 0.59
Hex B2 7D AB 0 1E 4 1E 134 1A 3B
Octal 262 175 253 0 36 4 36 464 32 73
Binary 10110010 1111101 10101011 0 11110 100 11110 100110100 11010 111011

Color Harmonies of #B27DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DAB

Black with #B27DAB

Text Example


Text Example

White with #B27DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DAB; }

 p { color: rgb(178,125,171); }

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

background-color css

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

 a { background-color: rgb(178,125,171); }

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

border-color css

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

 span { border-color: rgb(178,125,171); }

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