Html Css Color HEX #B27CAF London Hue

📋 copy color: '#B27CAF'

red 178 ◦ green 124 ◦ blue 175

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

Shades of London Hue #B27CAF

Tints of London Hue #B27CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 37.32%
G = 26%
B = 36.69%

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

#B27CAF (or 0xB27CAF) is known color: London Hue. HEX triplet: B2, 7C and AF. RGB value is (178,124,175). Sum of RGB (Red+Green+Blue) = 178+124+175=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CAF is #4D8350. Grayscale: #919191. Windows color (decimal): -5079889 or 11500722. OLE color: 11500722.

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

Color convert

RGB 178 124 175 -
CMYK 0 0.30 0.02 0.30
HSL 303.33º 0.26% 0.59% -
HSV(B) 303.33º 0.3% 0.7% -
XYZ 33.31 26.98 44.01 -
YUV 145.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 178 124 175 0 0.30 0.02 0.30 303.33 0.26 0.59
Hex B2 7C AF 0 1E 2 1E 12F 1A 3B
Octal 262 174 257 0 36 2 36 457 32 73
Binary 10110010 1111100 10101111 0 11110 10 11110 100101111 11010 111011

Color Harmonies of #B27CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CAF

Black with #B27CAF

Text Example


Text Example

White with #B27CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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