#B075CE

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

Shades of East Side #B075CE

Tints of East Side #B075CE

Color information

#B075CE (or 0xB075CE) is unknown color: approx East Side. HEX triplet: B0, 75 and CE. RGB value is (176,117,206). Sum of RGB (Red+Green+Blue) = 176+117+206=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B075CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075CE is #4F8A31. Grayscale: #909090. Windows color (decimal): -5212722 or 13530544. OLE color: 13530544.

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

Color convert

RGB176117206-
CMYK0.150.4300.19
HSL279.78º47.59%63.33%-
HSV(B)279.78º43.2%80.78%-
XYZ35.4126.4161.62-
YUV144.79162.55150.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=35.27%
G=23.45%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761172060.150.4300.19279.7847.5963.33
HexB075CEF2B013118303f
Octal26016531617530234306077
Binary101100001110101110011101111101011010011100011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075CE; }

 p { color: rgb(176,117,206); }

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

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

 a { background-color: rgb(176,117,206); }

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

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

 span { border-color: rgb(176,117,206); }

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