Html Css Color HEX #B321AA Medium Red Violet

📋 copy color: '#B321AA'

red 179 ◦ green 33 ◦ blue 170

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

Shades of Medium Red Violet #B321AA

Tints of Medium Red Violet #B321AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 46.86%
G = 8.64%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B321AA (or 0xB321AA) is known color: Medium Red Violet. HEX triplet: B3, 21 and AA. RGB value is (179,33,170). Sum of RGB (Red+Green+Blue) = 179+33+170=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B321AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321AA is #4CDE55. Grayscale: #5B5B5B. Windows color (decimal): -5037654 or 11149747. OLE color: 11149747.

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

Color convert

RGB 179 33 170 -
CMYK 0 0.82 0.05 0.30
HSL 303.7º 0.69% 0.42% -
HSV(B) 303.7º 0.82% 0.7% -
XYZ 26.39 13.57 39.26 -
YUV 92.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 179 33 170 0 0.82 0.05 0.30 303.7 0.69 0.42
Hex B3 21 AA 0 52 5 1E 130 45 2A
Octal 263 41 252 0 122 5 36 460 105 52
Binary 10110011 100001 10101010 0 1010010 101 11110 100110000 1000101 101010

Color Harmonies of #B321AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321AA

Black with #B321AA

Text Example


Text Example

White with #B321AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321AA; }

 p { color: rgb(179,33,170); }

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

background-color css

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

 a { background-color: rgb(179,33,170); }

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

border-color css

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

 span { border-color: rgb(179,33,170); }

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