Html Css Color HEX #B33177 Medium Red Violet

📋 copy color: '#B33177'

red 179 ◦ green 49 ◦ blue 119

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

Shades of Medium Red Violet #B33177

Tints of Medium Red Violet #B33177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 51.59%
G = 14.12%
B = 34.29%

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

#B33177 (or 0xB33177) is known color: Medium Red Violet. HEX triplet: B3, 31 and 77. RGB value is (179,49,119). Sum of RGB (Red+Green+Blue) = 179+49+119=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B33177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33177 is #4CCE88. Grayscale: #5F5F5F. Windows color (decimal): -5033609 or 7811507. OLE color: 7811507.

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

Color convert

RGB 179 49 119 -
CMYK 0 0.73 0.34 0.30
HSL 327.69º 0.57% 0.45% -
HSV(B) 327.69º 0.73% 0.7% -
XYZ 23.02 13.11 18.77 -
YUV 95.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 179 49 119 0 0.73 0.34 0.30 327.69 0.57 0.45
Hex B3 31 77 0 49 22 1E 148 39 2D
Octal 263 61 167 0 111 42 36 510 71 55
Binary 10110011 110001 1110111 0 1001001 100010 11110 101001000 111001 101101

Color Harmonies of #B33177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33177

Black with #B33177

Text Example


Text Example

White with #B33177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33177; }

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

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

background-color css

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

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

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

border-color css

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

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

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