Html Css Color HEX #B27EAC London Hue

📋 copy color: '#B27EAC'

red 178 ◦ green 126 ◦ blue 172

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

Shades of London Hue #B27EAC

Tints of London Hue #B27EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

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

R = 37.39%
G = 26.47%
B = 36.13%

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

#B27EAC (or 0xB27EAC) is known color: London Hue. HEX triplet: B2, 7E and AC. RGB value is (178,126,172). Sum of RGB (Red+Green+Blue) = 178+126+172=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B27EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27EAC is #4D8153. Grayscale: #929292. Windows color (decimal): -5079380 or 11304626. OLE color: 11304626.

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

Color convert

RGB 178 126 172 -
CMYK 0 0.29 0.03 0.30
HSL 306.92º 0.25% 0.6% -
HSV(B) 306.92º 0.29% 0.7% -
XYZ 33.27 27.37 42.56 -
YUV 146.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 178 126 172 0 0.29 0.03 0.30 306.92 0.25 0.6
Hex B2 7E AC 0 1D 3 1E 133 19 3C
Octal 262 176 254 0 35 3 36 463 31 74
Binary 10110010 1111110 10101100 0 11101 11 11110 100110011 11001 111100

Color Harmonies of #B27EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EAC

Black with #B27EAC

Text Example


Text Example

White with #B27EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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