Html Css Color HEX #B321AB Medium Red Violet

📋 copy color: '#B321AB'

red 179 ◦ green 33 ◦ blue 171

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

Shades of Medium Red Violet #B321AB

Tints of Medium Red Violet #B321AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 46.74%
G = 8.62%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B321AB (or 0xB321AB) is known color: Medium Red Violet. HEX triplet: B3, 21 and AB. RGB value is (179,33,171). Sum of RGB (Red+Green+Blue) = 179+33+171=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B321AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321AB is #4CDE54. Grayscale: #5B5B5B. Windows color (decimal): -5037653 or 11215283. OLE color: 11215283.

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

Color convert

RGB 179 33 171 -
CMYK 0 0.82 0.04 0.30
HSL 303.29º 0.69% 0.42% -
HSV(B) 303.29º 0.82% 0.7% -
XYZ 26.48 13.61 39.76 -
YUV 92.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 179 33 171 0 0.82 0.04 0.30 303.29 0.69 0.42
Hex B3 21 AB 0 52 4 1E 12F 45 2A
Octal 263 41 253 0 122 4 36 457 105 52
Binary 10110011 100001 10101011 0 1010010 100 11110 100101111 1000101 101010

Color Harmonies of #B321AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321AB

Black with #B321AB

Text Example


Text Example

White with #B321AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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