Html Css Color HEX #B27BAB London Hue

📋 copy color: '#B27BAB'

red 178 ◦ green 123 ◦ blue 171

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

Shades of London Hue #B27BAB

Tints of London Hue #B27BAB

RGB

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

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

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

R = 37.71%
G = 26.06%
B = 36.23%

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

#B27BAB (or 0xB27BAB) is known color: London Hue. HEX triplet: B2, 7B and AB. RGB value is (178,123,171). Sum of RGB (Red+Green+Blue) = 178+123+171=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAB is #4D8454. Grayscale: #909090. Windows color (decimal): -5080149 or 11238322. OLE color: 11238322.

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

Color convert

RGB 178 123 171 -
CMYK 0 0.31 0.04 0.30
HSL 307.64º 0.26% 0.59% -
HSV(B) 307.64º 0.31% 0.7% -
XYZ 32.79 26.57 41.93 -
YUV 144.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 178 123 171 0 0.31 0.04 0.30 307.64 0.26 0.59
Hex B2 7B AB 0 1F 4 1E 134 1A 3B
Octal 262 173 253 0 37 4 36 464 32 73
Binary 10110010 1111011 10101011 0 11111 100 11110 100110100 11010 111011

Color Harmonies of #B27BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BAB

Black with #B27BAB

Text Example


Text Example

White with #B27BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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