Html Css Color HEX #B353A2 Violet Blue

📋 copy color: '#B353A2'

red 179 ◦ green 83 ◦ blue 162

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

Shades of Violet Blue #B353A2

Tints of Violet Blue #B353A2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 42.22%
G = 19.58%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B353A2 (or 0xB353A2) is known color: Violet Blue. HEX triplet: B3, 53 and A2. RGB value is (179,83,162). Sum of RGB (Red+Green+Blue) = 179+83+162=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A2 is #4CAC5D. Grayscale: #787878. Windows color (decimal): -5024862 or 10638259. OLE color: 10638259.

HSL color Cylindrical-coordinate representation of color #B353A2: hue angle of 310.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353A2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 162 -
CMYK 0 0.54 0.09 0.30
HSL 310.63º 0.39% 0.51% -
HSV(B) 310.63º 0.54% 0.7% -
XYZ 28.21 18.38 36.24 -
YUV 120.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 179 83 162 0 0.54 0.09 0.30 310.63 0.39 0.51
Hex B3 53 A2 0 36 9 1E 137 27 33
Octal 263 123 242 0 66 11 36 467 47 63
Binary 10110011 1010011 10100010 0 110110 1001 11110 100110111 100111 110011

Color Harmonies of #B353A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353A2

Black with #B353A2

Text Example


Text Example

White with #B353A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353A2; }

 p { color: rgb(179,83,162); }

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

background-color css

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

 a { background-color: rgb(179,83,162); }

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

border-color css

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

 span { border-color: rgb(179,83,162); }

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