#B348A1

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

Shades of Violet Blue #B348A1

Tints of Violet Blue #B348A1

Color information

#B348A1 (or 0xB348A1) is unknown color: approx Violet Blue. HEX triplet: B3, 48 and A1. RGB value is (179,72,161). Sum of RGB (Red+Green+Blue) = 179+72+161=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B348A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B348A1 is #4CB75E. Grayscale: #717171. Windows color (decimal): -5027679 or 10569907. OLE color: 10569907.

HSL color Cylindrical-coordinate representation of color #B348A1: hue angle of 310.09º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B348A1 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17972161-
CMYK00.600.100.30
HSL310.09º42.63%49.22%-
HSV(B)310.09º59.78%70.2%-
XYZ27.3416.7935.52-
YUV114.14154.45174.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=43.45%
G=17.48%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797216100.600.100.30310.0942.6349.22
HexB348A103CA1E1362b31
Octal26311024107412364665361
Binary101100111001000101000010111100101011110100110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348A1; }

 p { color: rgb(179,72,161); }

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

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

 a { background-color: rgb(179,72,161); }

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

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

 span { border-color: rgb(179,72,161); }

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