Html Css Color HEX #B323AC Medium Red Violet

📋 copy color: '#B323AC'

red 179 ◦ green 35 ◦ blue 172

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

Shades of Medium Red Violet #B323AC

Tints of Medium Red Violet #B323AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 46.37%
G = 9.07%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B323AC (or 0xB323AC) is known color: Medium Red Violet. HEX triplet: B3, 23 and AC. RGB value is (179,35,172). Sum of RGB (Red+Green+Blue) = 179+35+172=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AC is #4CDC53. Grayscale: #5D5D5D. Windows color (decimal): -5037140 or 11281331. OLE color: 11281331.

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

Color convert

RGB 179 35 172 -
CMYK 0 0.80 0.04 0.30
HSL 302.92º 0.67% 0.42% -
HSV(B) 302.92º 0.8% 0.7% -
XYZ 26.64 13.76 40.28 -
YUV 93.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 179 35 172 0 0.80 0.04 0.30 302.92 0.67 0.42
Hex B3 23 AC 0 50 4 1E 12F 43 2A
Octal 263 43 254 0 120 4 36 457 103 52
Binary 10110011 100011 10101100 0 1010000 100 11110 100101111 1000011 101010

Color Harmonies of #B323AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323AC

Black with #B323AC

Text Example


Text Example

White with #B323AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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