Html Css Color HEX #B346A1 Violet Blue

📋 copy color: '#B346A1'

red 179 ◦ green 70 ◦ blue 161

#B346A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B346A1

Tints of Violet Blue #B346A1

RGB

 RED value IS 179 (70.31% from 255) = 43.66%

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 43.66%
G = 17.07%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B346A1 (or 0xB346A1) is known color: Violet Blue. HEX triplet: B3, 46 and A1. RGB value is (179,70,161). Sum of RGB (Red+Green+Blue) = 179+70+161=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B346A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346A1 is #4CB95E. Grayscale: #707070. Windows color (decimal): -5028191 or 10569395. OLE color: 10569395.

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

Color convert

RGB 179 70 161 -
CMYK 0 0.61 0.10 0.30
HSL 309.91º 0.44% 0.49% -
HSV(B) 309.91º 0.61% 0.7% -
XYZ 27.21 16.54 35.48 -
YUV 112.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 179 70 161 0 0.61 0.10 0.30 309.91 0.44 0.49
Hex B3 46 A1 0 3D A 1E 136 2C 31
Octal 263 106 241 0 75 12 36 466 54 61
Binary 10110011 1000110 10100001 0 111101 1010 11110 100110110 101100 110001

Color Harmonies of #B346A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B346A1

Black with #B346A1

Text Example


Text Example

White with #B346A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B346A1; }

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

 H1.HeaderClassName
 {
   color: #B346A1;
 }
 .AnyTagClassName
 {
   color: #B346A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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