#B075C1

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

Shades of East Side #B075C1

Tints of East Side #B075C1

Color information

#B075C1 (or 0xB075C1) is unknown color: approx East Side. HEX triplet: B0, 75 and C1. RGB value is (176,117,193). Sum of RGB (Red+Green+Blue) = 176+117+193=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #B075C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075C1 is #4F8A3E. Grayscale: #8F8F8F. Windows color (decimal): -5212735 or 12678576. OLE color: 12678576.

HSL color Cylindrical-coordinate representation of color #B075C1: hue angle of 286.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B075C1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176117193-
CMYK0.090.3900.24
HSL286.58º38%60.78%-
HSV(B)286.58º39.38%75.69%-
XYZ33.8925.853.65-
YUV143.3156.05151.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=36.21%
G=24.07%
B=39.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761171930.090.3900.24286.583860.78
HexB075C192701811f263d
Octal26016530111470304374675
Binary101100001110101110000011001100111011000100011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075C1; }

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

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

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

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

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

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

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

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