Html Css Color HEX #B27CA9 London Hue

📋 copy color: '#B27CA9'

red 178 ◦ green 124 ◦ blue 169

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

Shades of London Hue #B27CA9

Tints of London Hue #B27CA9

RGB

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

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

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

R = 37.79%
G = 26.33%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B27CA9 (or 0xB27CA9) is known color: London Hue. HEX triplet: B2, 7C and A9. RGB value is (178,124,169). Sum of RGB (Red+Green+Blue) = 178+124+169=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CA9 is #4D8356. Grayscale: #919191. Windows color (decimal): -5079895 or 11107506. OLE color: 11107506.

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

Color convert

RGB 178 124 169 -
CMYK 0 0.30 0.05 0.30
HSL 310º 0.26% 0.59% -
HSV(B) 310º 0.3% 0.7% -
XYZ 32.73 26.74 40.97 -
YUV 145.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 178 124 169 0 0.30 0.05 0.30 310 0.26 0.59
Hex B2 7C A9 0 1E 5 1E 136 1A 3B
Octal 262 174 251 0 36 5 36 466 32 73
Binary 10110010 1111100 10101001 0 11110 101 11110 100110110 11010 111011

Color Harmonies of #B27CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CA9

Black with #B27CA9

Text Example


Text Example

White with #B27CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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