Html Css Color HEX #B323AA Medium Red Violet

📋 copy color: '#B323AA'

red 179 ◦ green 35 ◦ blue 170

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

Shades of Medium Red Violet #B323AA

Tints of Medium Red Violet #B323AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

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

R = 46.61%
G = 9.11%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B323AA (or 0xB323AA) is known color: Medium Red Violet. HEX triplet: B3, 23 and AA. RGB value is (179,35,170). Sum of RGB (Red+Green+Blue) = 179+35+170=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AA is #4CDC55. Grayscale: #5D5D5D. Windows color (decimal): -5037142 or 11150259. OLE color: 11150259.

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

Color convert

RGB 179 35 170 -
CMYK 0 0.80 0.05 0.30
HSL 303.75º 0.67% 0.42% -
HSV(B) 303.75º 0.8% 0.7% -
XYZ 26.45 13.69 39.28 -
YUV 93.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 179 35 170 0 0.80 0.05 0.30 303.75 0.67 0.42
Hex B3 23 AA 0 50 5 1E 130 43 2A
Octal 263 43 252 0 120 5 36 460 103 52
Binary 10110011 100011 10101010 0 1010000 101 11110 100110000 1000011 101010

Color Harmonies of #B323AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323AA

Black with #B323AA

Text Example


Text Example

White with #B323AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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