Html Css Color HEX #B33573 Medium Red Violet

📋 copy color: '#B33573'

red 179 ◦ green 53 ◦ blue 115

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

Shades of Medium Red Violet #B33573

Tints of Medium Red Violet #B33573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 51.59%
G = 15.27%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33573 (or 0xB33573) is known color: Medium Red Violet. HEX triplet: B3, 35 and 73. RGB value is (179,53,115). Sum of RGB (Red+Green+Blue) = 179+53+115=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33573 is #4CCA8C. Grayscale: #616161. Windows color (decimal): -5032589 or 7550387. OLE color: 7550387.

HSL color Cylindrical-coordinate representation of color #B33573: hue angle of 330.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33573 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 115 -
CMYK 0 0.70 0.36 0.30
HSL 330.48º 0.54% 0.45% -
HSV(B) 330.48º 0.7% 0.7% -
XYZ 22.96 13.37 17.59 -
YUV 97.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 179 53 115 0 0.70 0.36 0.30 330.48 0.54 0.45
Hex B3 35 73 0 46 24 1E 14A 36 2D
Octal 263 65 163 0 106 44 36 512 66 55
Binary 10110011 110101 1110011 0 1000110 100100 11110 101001010 110110 101101

Color Harmonies of #B33573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33573

Black with #B33573

Text Example


Text Example

White with #B33573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33573; }

 p { color: rgb(179,53,115); }

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

background-color css

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

 a { background-color: rgb(179,53,115); }

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

border-color css

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

 span { border-color: rgb(179,53,115); }

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