Html Css Color HEX #B353A0 Violet Blue

📋 copy color: '#B353A0'

red 179 ◦ green 83 ◦ blue 160

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

Shades of Violet Blue #B353A0

Tints of Violet Blue #B353A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 42.42%
G = 19.67%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B353A0 (or 0xB353A0) is known color: Violet Blue. HEX triplet: B3, 53 and A0. RGB value is (179,83,160). Sum of RGB (Red+Green+Blue) = 179+83+160=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A0 is #4CAC5F. Grayscale: #787878. Windows color (decimal): -5024864 or 10507187. OLE color: 10507187.

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

Color convert

RGB 179 83 160 -
CMYK 0 0.54 0.11 0.30
HSL 311.88º 0.39% 0.51% -
HSV(B) 311.88º 0.54% 0.7% -
XYZ 28.03 18.31 35.31 -
YUV 120.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 179 83 160 0 0.54 0.11 0.30 311.88 0.39 0.51
Hex B3 53 A0 0 36 B 1E 138 27 33
Octal 263 123 240 0 66 13 36 470 47 63
Binary 10110011 1010011 10100000 0 110110 1011 11110 100111000 100111 110011

Color Harmonies of #B353A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353A0

Black with #B353A0

Text Example


Text Example

White with #B353A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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