#B174CA

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

Shades of East Side #B174CA

Tints of East Side #B174CA

Color information

#B174CA (or 0xB174CA) is unknown color: approx East Side. HEX triplet: B1, 74 and CA. RGB value is (177,116,202). Sum of RGB (Red+Green+Blue) = 177+116+202=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B174CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174CA is #4E8B35. Grayscale: #8F8F8F. Windows color (decimal): -5147446 or 13268145. OLE color: 13268145.

HSL color Cylindrical-coordinate representation of color #B174CA: hue angle of 282.56º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B174CA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177116202-
CMYK0.120.4300.21
HSL282.56º44.79%62.35%-
HSV(B)282.56º42.57%79.22%-
XYZ35.0426.159.07-
YUV144.04160.71151.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=35.76%
G=23.43%
B=40.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771162020.120.4300.21282.5644.7962.35
HexB174CAC2B01511b2d3e
Octal26116431214530254335576
Binary101100011110100110010101100101011010101100011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174CA; }

 p { color: rgb(177,116,202); }

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

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

 a { background-color: rgb(177,116,202); }

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

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

 span { border-color: rgb(177,116,202); }

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