Html Css Color HEX #B353A8 Violet Blue

📋 copy color: '#B353A8'

red 179 ◦ green 83 ◦ blue 168

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

Shades of Violet Blue #B353A8

Tints of Violet Blue #B353A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 41.63%
G = 19.3%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B353A8 (or 0xB353A8) is known color: Violet Blue. HEX triplet: B3, 53 and A8. RGB value is (179,83,168). Sum of RGB (Red+Green+Blue) = 179+83+168=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A8 is #4CAC57. Grayscale: #797979. Windows color (decimal): -5024856 or 11031475. OLE color: 11031475.

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

Color convert

RGB 179 83 168 -
CMYK 0 0.54 0.06 0.30
HSL 306.88º 0.39% 0.51% -
HSV(B) 306.88º 0.54% 0.7% -
XYZ 28.75 18.6 39.12 -
YUV 121.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 179 83 168 0 0.54 0.06 0.30 306.88 0.39 0.51
Hex B3 53 A8 0 36 6 1E 133 27 33
Octal 263 123 250 0 66 6 36 463 47 63
Binary 10110011 1010011 10101000 0 110110 110 11110 100110011 100111 110011

Color Harmonies of #B353A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353A8

Black with #B353A8

Text Example


Text Example

White with #B353A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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