Html Css Color HEX #B33199 Medium Red Violet

📋 copy color: '#B33199'

red 179 ◦ green 49 ◦ blue 153

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

Shades of Medium Red Violet #B33199

Tints of Medium Red Violet #B33199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 46.98%
G = 12.86%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33199 (or 0xB33199) is known color: Medium Red Violet. HEX triplet: B3, 31 and 99. RGB value is (179,49,153). Sum of RGB (Red+Green+Blue) = 179+49+153=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33199 is #4CCE66. Grayscale: #636363. Windows color (decimal): -5033575 or 10039731. OLE color: 10039731.

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

Color convert

RGB 179 49 153 -
CMYK 0 0.73 0.15 0.30
HSL 312º 0.57% 0.45% -
HSV(B) 312º 0.73% 0.7% -
XYZ 25.44 14.08 31.51 -
YUV 99.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 179 49 153 0 0.73 0.15 0.30 312 0.57 0.45
Hex B3 31 99 0 49 F 1E 138 39 2D
Octal 263 61 231 0 111 17 36 470 71 55
Binary 10110011 110001 10011001 0 1001001 1111 11110 100111000 111001 101101

Color Harmonies of #B33199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33199

Black with #B33199

Text Example


Text Example

White with #B33199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33199; }

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

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

background-color css

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

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

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

border-color css

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

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

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