Html Css Color HEX #B27FAB London Hue

📋 copy color: '#B27FAB'

red 178 ◦ green 127 ◦ blue 171

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

Shades of London Hue #B27FAB

Tints of London Hue #B27FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 37.39%
G = 26.68%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B27FAB (or 0xB27FAB) is known color: London Hue. HEX triplet: B2, 7F and AB. RGB value is (178,127,171). Sum of RGB (Red+Green+Blue) = 178+127+171=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FAB is #4D8054. Grayscale: #939393. Windows color (decimal): -5079125 or 11239346. OLE color: 11239346.

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

Color convert

RGB 178 127 171 -
CMYK 0 0.29 0.04 0.30
HSL 308.24º 0.25% 0.6% -
HSV(B) 308.24º 0.29% 0.7% -
XYZ 33.3 27.58 42.1 -
YUV 147.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 178 127 171 0 0.29 0.04 0.30 308.24 0.25 0.6
Hex B2 7F AB 0 1D 4 1E 134 19 3C
Octal 262 177 253 0 35 4 36 464 31 74
Binary 10110010 1111111 10101011 0 11101 100 11110 100110100 11001 111100

Color Harmonies of #B27FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FAB

Black with #B27FAB

Text Example


Text Example

White with #B27FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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