#B175CC

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

Shades of East Side #B175CC

Tints of East Side #B175CC

Color information

#B175CC (or 0xB175CC) is unknown color: approx East Side. HEX triplet: B1, 75 and CC. RGB value is (177,117,204). Sum of RGB (Red+Green+Blue) = 177+117+204=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B175CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175CC is #4E8A33. Grayscale: #909090. Windows color (decimal): -5147188 or 13399473. OLE color: 13399473.

HSL color Cylindrical-coordinate representation of color #B175CC: hue angle of 281.38º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B175CC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177117204-
CMYK0.130.4300.2
HSL281.38º46.03%62.94%-
HSV(B)281.38º42.65%80%-
XYZ35.3926.4360.36-
YUV144.86161.38150.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=35.54%
G=23.49%
B=40.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771172040.130.4300.2281.3846.0362.94
HexB175CCD2B0141192e3f
Octal26116531415530244315677
Binary101100011110101110011001101101011010100100011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175CC; }

 p { color: rgb(177,117,204); }

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

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

 a { background-color: rgb(177,117,204); }

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

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

 span { border-color: rgb(177,117,204); }

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