Html Css Color HEX #B27CB1 London Hue

📋 copy color: '#B27CB1'

red 178 ◦ green 124 ◦ blue 177

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

Shades of London Hue #B27CB1

Tints of London Hue #B27CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.95%

R = 37.16%
G = 25.89%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B27CB1 (or 0xB27CB1) is known color: London Hue. HEX triplet: B2, 7C and B1. RGB value is (178,124,177). Sum of RGB (Red+Green+Blue) = 178+124+177=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CB1 is #4D834E. Grayscale: #929292. Windows color (decimal): -5079887 or 11631794. OLE color: 11631794.

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

Color convert

RGB 178 124 177 -
CMYK 0 0.30 0.01 0.30
HSL 301.11º 0.26% 0.59% -
HSV(B) 301.11º 0.3% 0.7% -
XYZ 33.5 27.05 45.05 -
YUV 146.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 178 124 177 0 0.30 0.01 0.30 301.11 0.26 0.59
Hex B2 7C B1 0 1E 1 1E 12D 1A 3B
Octal 262 174 261 0 36 1 36 455 32 73
Binary 10110010 1111100 10110001 0 11110 1 11110 100101101 11010 111011

Color Harmonies of #B27CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CB1

Black with #B27CB1

Text Example


Text Example

White with #B27CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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