Html Css Color HEX #B27DA8 London Hue

📋 copy color: '#B27DA8'

red 178 ◦ green 125 ◦ blue 168

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

Shades of London Hue #B27DA8

Tints of London Hue #B27DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 37.79%
G = 26.54%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B27DA8 (or 0xB27DA8) is known color: London Hue. HEX triplet: B2, 7D and A8. RGB value is (178,125,168). Sum of RGB (Red+Green+Blue) = 178+125+168=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DA8 is #4D8257. Grayscale: #919191. Windows color (decimal): -5079640 or 11042226. OLE color: 11042226.

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

Color convert

RGB 178 125 168 -
CMYK 0 0.30 0.06 0.30
HSL 311.32º 0.26% 0.59% -
HSV(B) 311.32º 0.3% 0.7% -
XYZ 32.76 26.96 40.52 -
YUV 145.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 178 125 168 0 0.30 0.06 0.30 311.32 0.26 0.59
Hex B2 7D A8 0 1E 6 1E 137 1A 3B
Octal 262 175 250 0 36 6 36 467 32 73
Binary 10110010 1111101 10101000 0 11110 110 11110 100110111 11010 111011

Color Harmonies of #B27DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DA8

Black with #B27DA8

Text Example


Text Example

White with #B27DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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