Html Css Color HEX #B33371 Medium Red Violet

📋 copy color: '#B33371'

red 179 ◦ green 51 ◦ blue 113

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

Shades of Medium Red Violet #B33371

Tints of Medium Red Violet #B33371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 52.19%
G = 14.87%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33371 (or 0xB33371) is known color: Medium Red Violet. HEX triplet: B3, 33 and 71. RGB value is (179,51,113). Sum of RGB (Red+Green+Blue) = 179+51+113=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33371 is #4CCC8E. Grayscale: #606060. Windows color (decimal): -5033103 or 7418803. OLE color: 7418803.

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

Color convert

RGB 179 51 113 -
CMYK 0 0.72 0.37 0.30
HSL 330.94º 0.56% 0.45% -
HSV(B) 330.94º 0.72% 0.7% -
XYZ 22.75 13.14 16.96 -
YUV 96.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 179 51 113 0 0.72 0.37 0.30 330.94 0.56 0.45
Hex B3 33 71 0 48 25 1E 14B 38 2D
Octal 263 63 161 0 110 45 36 513 70 55
Binary 10110011 110011 1110001 0 1001000 100101 11110 101001011 111000 101101

Color Harmonies of #B33371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33371

Black with #B33371

Text Example


Text Example

White with #B33371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33371; }

 p { color: rgb(179,51,113); }

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

background-color css

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

 a { background-color: rgb(179,51,113); }

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

border-color css

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

 span { border-color: rgb(179,51,113); }

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