#B13CA4

Color #B13CA4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B13CA4

Tints of Violet Blue #B13CA4

Color information

#B13CA4 (or 0xB13CA4) is unknown color: approx Violet Blue. HEX triplet: B1, 3C and A4. RGB value is (177,60,164). Sum of RGB (Red+Green+Blue) = 177+60+164=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CA4 is #4EC35B. Grayscale: #6A6A6A. Windows color (decimal): -5161820 or 10763441. OLE color: 10763441.

HSL color Cylindrical-coordinate representation of color #B13CA4: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13CA4 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17760164-
CMYK00.660.070.31
HSL306.67º49.37%46.47%-
HSV(B)306.67º66.1%69.41%-
XYZ26.4515.2636.67-
YUV106.84160.26178.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=44.14%
G=14.96%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776016400.660.070.31306.6749.3746.47
HexB13CA404271F133312e
Octal2617424401027374636156
Binary10110001111100101001000100001011111111100110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CA4; }

 p { color: rgb(177,60,164); }

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

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

 a { background-color: rgb(177,60,164); }

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

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

 span { border-color: rgb(177,60,164); }

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