#b27fc8

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

Shades of East Side #B27FC8

Tints of East Side #B27FC8

Color information

#B27FC8 (or 0xB27FC8) is unknown color: approx East Side. HEX triplet: B2, 7F and C8. RGB value is (178,127,200). Sum of RGB (Red+Green+Blue) = 178+127+200=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #B27FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FC8 is #4D8037. Grayscale: #969696. Windows color (decimal): -5079096 or 13139890. OLE color: 13139890.

HSL color Cylindrical-coordinate representation of color #B27FC8: hue angle of 281.92º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27FC8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178127200-
CMYK0.110.3600.22
HSL281.92º39.89%64.12%-
HSV(B)281.92º36.5%78.43%-
XYZ36.3728.8158.29-
YUV150.57155.9147.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=35.25%
G=25.15%
B=39.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781272000.110.3600.22281.9239.8964.12
HexB27FC8B2401611a2840
Octal262177310134402643250100
Binary1011001011111111100100010111001000101101000110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27fc8; }

 p { color: rgb(178,127,200); }

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

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

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

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

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

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

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