Html Css Color HEX #B353A6 Violet Blue

📋 copy color: '#B353A6'

red 179 ◦ green 83 ◦ blue 166

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

Shades of Violet Blue #B353A6

Tints of Violet Blue #B353A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 41.82%
G = 19.39%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B353A6 (or 0xB353A6) is known color: Violet Blue. HEX triplet: B3, 53 and A6. RGB value is (179,83,166). Sum of RGB (Red+Green+Blue) = 179+83+166=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A6 is #4CAC59. Grayscale: #787878. Windows color (decimal): -5024858 or 10900403. OLE color: 10900403.

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

Color convert

RGB 179 83 166 -
CMYK 0 0.54 0.07 0.30
HSL 308.13º 0.39% 0.51% -
HSV(B) 308.13º 0.54% 0.7% -
XYZ 28.57 18.52 38.15 -
YUV 121.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 179 83 166 0 0.54 0.07 0.30 308.13 0.39 0.51
Hex B3 53 A6 0 36 7 1E 134 27 33
Octal 263 123 246 0 66 7 36 464 47 63
Binary 10110011 1010011 10100110 0 110110 111 11110 100110100 100111 110011

Color Harmonies of #B353A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353A6

Black with #B353A6

Text Example


Text Example

White with #B353A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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