Html Css Color HEX #B33071 Medium Red Violet

📋 copy color: '#B33071'

red 179 ◦ green 48 ◦ blue 113

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

Shades of Medium Red Violet #B33071

Tints of Medium Red Violet #B33071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 52.65%
G = 14.12%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33071 (or 0xB33071) is known color: Medium Red Violet. HEX triplet: B3, 30 and 71. RGB value is (179,48,113). Sum of RGB (Red+Green+Blue) = 179+48+113=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B33071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33071 is #4CCF8E. Grayscale: #5E5E5E. Windows color (decimal): -5033871 or 7418035. OLE color: 7418035.

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

Color convert

RGB 179 48 113 -
CMYK 0 0.73 0.37 0.30
HSL 330.23º 0.58% 0.45% -
HSV(B) 330.23º 0.73% 0.7% -
XYZ 22.63 12.89 16.92 -
YUV 94.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 179 48 113 0 0.73 0.37 0.30 330.23 0.58 0.45
Hex B3 30 71 0 49 25 1E 14A 3A 2D
Octal 263 60 161 0 111 45 36 512 72 55
Binary 10110011 110000 1110001 0 1001001 100101 11110 101001010 111010 101101

Color Harmonies of #B33071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33071

Black with #B33071

Text Example


Text Example

White with #B33071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33071; }

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

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

background-color css

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

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

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

border-color css

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

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

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