Html Css Color HEX #B27FAC London Hue

📋 copy color: '#B27FAC'

red 178 ◦ green 127 ◦ blue 172

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

Shades of London Hue #B27FAC

Tints of London Hue #B27FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 37.32%
G = 26.62%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B27FAC (or 0xB27FAC) is known color: London Hue. HEX triplet: B2, 7F and AC. RGB value is (178,127,172). Sum of RGB (Red+Green+Blue) = 178+127+172=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FAC is #4D8053. Grayscale: #939393. Windows color (decimal): -5079124 or 11304882. OLE color: 11304882.

HSL color Cylindrical-coordinate representation of color #B27FAC: hue angle of 307.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27FAC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 172 -
CMYK 0 0.29 0.03 0.30
HSL 307.06º 0.25% 0.6% -
HSV(B) 307.06º 0.29% 0.7% -
XYZ 33.4 27.62 42.6 -
YUV 147.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 178 127 172 0 0.29 0.03 0.30 307.06 0.25 0.6
Hex B2 7F AC 0 1D 3 1E 133 19 3C
Octal 262 177 254 0 35 3 36 463 31 74
Binary 10110010 1111111 10101100 0 11101 11 11110 100110011 11001 111100

Color Harmonies of #B27FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FAC

Black with #B27FAC

Text Example


Text Example

White with #B27FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FAC; }

 p { color: rgb(178,127,172); }

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

background-color css

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

 a { background-color: rgb(178,127,172); }

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

border-color css

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

 span { border-color: rgb(178,127,172); }

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