Html Css Color HEX #B352A3 Violet Blue

📋 copy color: '#B352A3'

red 179 ◦ green 82 ◦ blue 163

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

Shades of Violet Blue #B352A3

Tints of Violet Blue #B352A3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

 BLUE value IS 163 (64.06% from 255) = 38.44%

R = 42.22%
G = 19.34%
B = 38.44%

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

#B352A3 (or 0xB352A3) is known color: Violet Blue. HEX triplet: B3, 52 and A3. RGB value is (179,82,163). Sum of RGB (Red+Green+Blue) = 179+82+163=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B352A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B352A3 is #4CAD5C. Grayscale: #787878. Windows color (decimal): -5025117 or 10703539. OLE color: 10703539.

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

Color convert

RGB 179 82 163 -
CMYK 0 0.54 0.09 0.30
HSL 309.9º 0.39% 0.51% -
HSV(B) 309.9º 0.54% 0.7% -
XYZ 28.22 18.26 36.69 -
YUV 120.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 179 82 163 0 0.54 0.09 0.30 309.9 0.39 0.51
Hex B3 52 A3 0 36 9 1E 136 27 33
Octal 263 122 243 0 66 11 36 466 47 63
Binary 10110011 1010010 10100011 0 110110 1001 11110 100110110 100111 110011

Color Harmonies of #B352A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352A3

Black with #B352A3

Text Example


Text Example

White with #B352A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352A3; }

 p { color: rgb(179,82,163); }

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

background-color css

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

 a { background-color: rgb(179,82,163); }

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

border-color css

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

 span { border-color: rgb(179,82,163); }

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