#B27CB2

Color #B27CB2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B27CB2

Tints of London Hue #B27CB2

Color information

#B27CB2 (or 0xB27CB2) is unknown color: approx London Hue. HEX triplet: B2, 7C and B2. RGB value is (178,124,178). Sum of RGB (Red+Green+Blue) = 178+124+178=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B27CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CB2 is #4D834D. Grayscale: #929292. Windows color (decimal): -5079886 or 11697330. OLE color: 11697330.

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

Color convert

RGB178124178-
CMYK00.3000.30
HSL300º25.96%59.22%-
HSV(B)300º30.34%69.8%-
XYZ33.627.0945.58-
YUV146.3145.89150.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=37.08%
G=25.83%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812417800.3000.3030025.9659.22
HexB27CB201E01E12c1a3b
Octal2621742620360364543273
Binary1011001011111001011001001111001111010010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CB2; }

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

 H1.HeaderClassName
 {
   color: #B27CB2;
 }
 .AnyTagClassName
 {
   color: #B27CB2;
 }
</style>
background-color css

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

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

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

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

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

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