#B27BCB

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

Shades of East Side #B27BCB

Tints of East Side #B27BCB

Color information

#B27BCB (or 0xB27BCB) is unknown color: approx East Side. HEX triplet: B2, 7B and CB. RGB value is (178,123,203). Sum of RGB (Red+Green+Blue) = 178+123+203=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #B27BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BCB is #4D8434. Grayscale: #949494. Windows color (decimal): -5080117 or 13335474. OLE color: 13335474.

HSL color Cylindrical-coordinate representation of color #B27BCB: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27BCB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178123203-
CMYK0.120.3900.20
HSL281.25º43.48%63.92%-
HSV(B)281.25º39.41%79.61%-
XYZ36.2227.9459.98-
YUV148.56158.72149-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=35.32%
G=24.40%
B=40.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781232030.120.3900.20281.2543.4863.92
HexB27BCBC270141192b40
Octal262173313144702443153100
Binary1011001011110111100101111001001110101001000110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BCB; }

 p { color: rgb(178,123,203); }

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

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

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

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

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

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

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