Html Css Color HEX #B353A4 Violet Blue

📋 copy color: '#B353A4'

red 179 ◦ green 83 ◦ blue 164

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

Shades of Violet Blue #B353A4

Tints of Violet Blue #B353A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 42.02%
G = 19.48%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B353A4 (or 0xB353A4) is known color: Violet Blue. HEX triplet: B3, 53 and A4. RGB value is (179,83,164). Sum of RGB (Red+Green+Blue) = 179+83+164=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A4 is #4CAC5B. Grayscale: #787878. Windows color (decimal): -5024860 or 10769331. OLE color: 10769331.

HSL color Cylindrical-coordinate representation of color #B353A4: hue angle of 309.38º 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 #B353A4 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 164 -
CMYK 0 0.54 0.08 0.30
HSL 309.38º 0.39% 0.51% -
HSV(B) 309.38º 0.54% 0.7% -
XYZ 28.38 18.45 37.19 -
YUV 120.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 179 83 164 0 0.54 0.08 0.30 309.38 0.39 0.51
Hex B3 53 A4 0 36 8 1E 135 27 33
Octal 263 123 244 0 66 10 36 465 47 63
Binary 10110011 1010011 10100100 0 110110 1000 11110 100110101 100111 110011

Color Harmonies of #B353A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353A4

Black with #B353A4

Text Example


Text Example

White with #B353A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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