Html Css Color HEX #B323A5 Medium Red Violet

📋 copy color: '#B323A5'

red 179 ◦ green 35 ◦ blue 165

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

Shades of Medium Red Violet #B323A5

Tints of Medium Red Violet #B323A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 47.23%
G = 9.23%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B323A5 (or 0xB323A5) is known color: Medium Red Violet. HEX triplet: B3, 23 and A5. RGB value is (179,35,165). Sum of RGB (Red+Green+Blue) = 179+35+165=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B323A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323A5 is #4CDC5A. Grayscale: #5C5C5C. Windows color (decimal): -5037147 or 10822579. OLE color: 10822579.

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

Color convert

RGB 179 35 165 -
CMYK 0 0.80 0.08 0.30
HSL 305.83º 0.67% 0.42% -
HSV(B) 305.83º 0.8% 0.7% -
XYZ 25.98 13.5 36.83 -
YUV 92.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 179 35 165 0 0.80 0.08 0.30 305.83 0.67 0.42
Hex B3 23 A5 0 50 8 1E 132 43 2A
Octal 263 43 245 0 120 10 36 462 103 52
Binary 10110011 100011 10100101 0 1010000 1000 11110 100110010 1000011 101010

Color Harmonies of #B323A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323A5

Black with #B323A5

Text Example


Text Example

White with #B323A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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