Html Css Color HEX #B320A8 Medium Violet Red

📋 copy color: '#B320A8'

red 179 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #B320A8

Tints of Medium Violet Red #B320A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

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

R = 47.23%
G = 8.44%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B320A8 (or 0xB320A8) is known color: Medium Violet Red. HEX triplet: B3, 20 and A8. RGB value is (179,32,168). Sum of RGB (Red+Green+Blue) = 179+32+168=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A8 is #4CDF57. Grayscale: #5B5B5B. Windows color (decimal): -5037912 or 11018419. OLE color: 11018419.

HSL color Cylindrical-coordinate representation of color #B320A8: hue angle of 304.49º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320A8 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 168 -
CMYK 0 0.82 0.06 0.30
HSL 304.49º 0.7% 0.41% -
HSV(B) 304.49º 0.82% 0.7% -
XYZ 26.17 13.44 38.26 -
YUV 91.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 179 32 168 0 0.82 0.06 0.30 304.49 0.7 0.41
Hex B3 20 A8 0 52 6 1E 130 46 29
Octal 263 40 250 0 122 6 36 460 106 51
Binary 10110011 100000 10101000 0 1010010 110 11110 100110000 1000110 101001

Color Harmonies of #B320A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320A8

Black with #B320A8

Text Example


Text Example

White with #B320A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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