Html Css Color HEX #B33176 Medium Red Violet

📋 copy color: '#B33176'

red 179 ◦ green 49 ◦ blue 118

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

Shades of Medium Red Violet #B33176

Tints of Medium Red Violet #B33176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 51.73%
G = 14.16%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B33176 (or 0xB33176) is known color: Medium Red Violet. HEX triplet: B3, 31 and 76. RGB value is (179,49,118). Sum of RGB (Red+Green+Blue) = 179+49+118=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B33176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33176 is #4CCE89. Grayscale: #5F5F5F. Windows color (decimal): -5033610 or 7745971. OLE color: 7745971.

HSL color Cylindrical-coordinate representation of color #B33176: hue angle of 328.15º degrees, saturation: 0.57, 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 #B33176 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 118 -
CMYK 0 0.73 0.34 0.30
HSL 328.15º 0.57% 0.45% -
HSV(B) 328.15º 0.73% 0.7% -
XYZ 22.96 13.09 18.46 -
YUV 95.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 179 49 118 0 0.73 0.34 0.30 328.15 0.57 0.45
Hex B3 31 76 0 49 22 1E 148 39 2D
Octal 263 61 166 0 111 42 36 510 71 55
Binary 10110011 110001 1110110 0 1001001 100010 11110 101001000 111001 101101

Color Harmonies of #B33176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33176

Black with #B33176

Text Example


Text Example

White with #B33176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33176; }

 p { color: rgb(179,49,118); }

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

background-color css

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

 a { background-color: rgb(179,49,118); }

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

border-color css

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

 span { border-color: rgb(179,49,118); }

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