Html Css Color HEX #B354A1 Violet Blue

📋 copy color: '#B354A1'

red 179 ◦ green 84 ◦ blue 161

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

Shades of Violet Blue #B354A1

Tints of Violet Blue #B354A1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

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

R = 42.22%
G = 19.81%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B354A1 (or 0xB354A1) is known color: Violet Blue. HEX triplet: B3, 54 and A1. RGB value is (179,84,161). Sum of RGB (Red+Green+Blue) = 179+84+161=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B354A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354A1 is #4CAB5E. Grayscale: #787878. Windows color (decimal): -5024607 or 10572979. OLE color: 10572979.

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

Color convert

RGB 179 84 161 -
CMYK 0 0.53 0.10 0.30
HSL 311.37º 0.38% 0.52% -
HSV(B) 311.37º 0.53% 0.7% -
XYZ 28.19 18.5 35.8 -
YUV 121.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 179 84 161 0 0.53 0.10 0.30 311.37 0.38 0.52
Hex B3 54 A1 0 35 A 1E 137 26 34
Octal 263 124 241 0 65 12 36 467 46 64
Binary 10110011 1010100 10100001 0 110101 1010 11110 100110111 100110 110100

Color Harmonies of #B354A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354A1

Black with #B354A1

Text Example


Text Example

White with #B354A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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