#B274CE

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

Shades of East Side #B274CE

Tints of East Side #B274CE

Color information

#B274CE (or 0xB274CE) is unknown color: approx East Side. HEX triplet: B2, 74 and CE. RGB value is (178,116,206). Sum of RGB (Red+Green+Blue) = 178+116+206=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B274CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B274CE is #4D8B31. Grayscale: #909090. Windows color (decimal): -5081906 or 13530290. OLE color: 13530290.

HSL color Cylindrical-coordinate representation of color #B274CE: hue angle of 281.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B274CE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178116206-
CMYK0.140.4400.19
HSL281.33º47.87%63.14%-
HSV(B)281.33º43.69%80.78%-
XYZ35.7526.4161.61-
YUV144.8162.54151.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=35.6%
G=23.2%
B=41.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781162060.140.4400.19281.3347.8763.14
HexB274CEE2C013119303f
Octal26216431616540234316077
Binary101100101110100110011101110101100010011100011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274CE; }

 p { color: rgb(178,116,206); }

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

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

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

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

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

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

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