Html Css Color HEX #B27FA9 London Hue

📋 copy color: '#B27FA9'

red 178 ◦ green 127 ◦ blue 169

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

Shades of London Hue #B27FA9

Tints of London Hue #B27FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.65%

R = 37.55%
G = 26.79%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B27FA9 (or 0xB27FA9) is known color: London Hue. HEX triplet: B2, 7F and A9. RGB value is (178,127,169). Sum of RGB (Red+Green+Blue) = 178+127+169=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA9 is #4D8056. Grayscale: #929292. Windows color (decimal): -5079127 or 11108274. OLE color: 11108274.

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

Color convert

RGB 178 127 169 -
CMYK 0 0.29 0.05 0.30
HSL 310.59º 0.25% 0.6% -
HSV(B) 310.59º 0.29% 0.7% -
XYZ 33.11 27.51 41.1 -
YUV 147.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 178 127 169 0 0.29 0.05 0.30 310.59 0.25 0.6
Hex B2 7F A9 0 1D 5 1E 137 19 3C
Octal 262 177 251 0 35 5 36 467 31 74
Binary 10110010 1111111 10101001 0 11101 101 11110 100110111 11001 111100

Color Harmonies of #B27FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FA9

Black with #B27FA9

Text Example


Text Example

White with #B27FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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