Html Css Color HEX #B27DAE London Hue

📋 copy color: '#B27DAE'

red 178 ◦ green 125 ◦ blue 174

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

Shades of London Hue #B27DAE

Tints of London Hue #B27DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 37.32%
G = 26.21%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B27DAE (or 0xB27DAE) is known color: London Hue. HEX triplet: B2, 7D and AE. RGB value is (178,125,174). Sum of RGB (Red+Green+Blue) = 178+125+174=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DAE is #4D8251. Grayscale: #929292. Windows color (decimal): -5079634 or 11435442. OLE color: 11435442.

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

Color convert

RGB 178 125 174 -
CMYK 0 0.30 0.02 0.30
HSL 304.53º 0.26% 0.59% -
HSV(B) 304.53º 0.3% 0.7% -
XYZ 33.33 27.19 43.54 -
YUV 146.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 178 125 174 0 0.30 0.02 0.30 304.53 0.26 0.59
Hex B2 7D AE 0 1E 2 1E 131 1A 3B
Octal 262 175 256 0 36 2 36 461 32 73
Binary 10110010 1111101 10101110 0 11110 10 11110 100110001 11010 111011

Color Harmonies of #B27DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DAE

Black with #B27DAE

Text Example


Text Example

White with #B27DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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