Html Css Color HEX #B27DAF London Hue

📋 copy color: '#B27DAF'

red 178 ◦ green 125 ◦ blue 175

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

Shades of London Hue #B27DAF

Tints of London Hue #B27DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 37.24%
G = 26.15%
B = 36.61%

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

#B27DAF (or 0xB27DAF) is known color: London Hue. HEX triplet: B2, 7D and AF. RGB value is (178,125,175). Sum of RGB (Red+Green+Blue) = 178+125+175=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DAF is #4D8250. Grayscale: #929292. Windows color (decimal): -5079633 or 11500978. OLE color: 11500978.

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

Color convert

RGB 178 125 175 -
CMYK 0 0.30 0.02 0.30
HSL 303.4º 0.26% 0.59% -
HSV(B) 303.4º 0.3% 0.7% -
XYZ 33.43 27.23 44.05 -
YUV 146.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 178 125 175 0 0.30 0.02 0.30 303.4 0.26 0.59
Hex B2 7D AF 0 1E 2 1E 12F 1A 3B
Octal 262 175 257 0 36 2 36 457 32 73
Binary 10110010 1111101 10101111 0 11110 10 11110 100101111 11010 111011

Color Harmonies of #B27DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DAF

Black with #B27DAF

Text Example


Text Example

White with #B27DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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