#B27CC1

Color #B27CC1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B27CC1

Tints of East Side #B27CC1

Color information

#B27CC1 (or 0xB27CC1) is unknown color: approx East Side. HEX triplet: B2, 7C and C1. RGB value is (178,124,193). Sum of RGB (Red+Green+Blue) = 178+124+193=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #B27CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CC1 is #4D833E. Grayscale: #939393. Windows color (decimal): -5079871 or 12680370. OLE color: 12680370.

HSL color Cylindrical-coordinate representation of color #B27CC1: hue angle of 286.96º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B27CC1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178124193-
CMYK0.080.3600.24
HSL286.96º35.75%62.16%-
HSV(B)286.96º35.75%75.69%-
XYZ35.1927.7353.95-
YUV148.01153.39149.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=35.96%
G=25.05%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781241930.080.3600.24286.9635.7562.16
HexB27CC182401811f243e
Octal26217430110440304374476
Binary101100101111100110000011000100100011000100011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CC1; }

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

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

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

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

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

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

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

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