#B374CA

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

Shades of East Side #B374CA

Tints of East Side #B374CA

Color information

#B374CA (or 0xB374CA) is unknown color: approx East Side. HEX triplet: B3, 74 and CA. RGB value is (179,116,202). Sum of RGB (Red+Green+Blue) = 179+116+202=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B374CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374CA is #4C8B35. Grayscale: #909090. Windows color (decimal): -5016374 or 13268147. OLE color: 13268147.

HSL color Cylindrical-coordinate representation of color #B374CA: hue angle of 283.95º 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 #B374CA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179116202-
CMYK0.110.4300.21
HSL283.95º44.79%62.35%-
HSV(B)283.95º42.57%79.22%-
XYZ35.526.3459.09-
YUV144.64160.37152.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=36.02%
G=23.34%
B=40.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791162020.110.4300.21283.9544.7962.35
HexB374CAB2B01511c2d3e
Octal26316431213530254345576
Binary101100111110100110010101011101011010101100011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374CA; }

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

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

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

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

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

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

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

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