Html Css Color HEX #B33193 Medium Red Violet

📋 copy color: '#B33193'

red 179 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #B33193

Tints of Medium Red Violet #B33193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 47.73%
G = 13.07%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B33193 (or 0xB33193) is known color: Medium Red Violet. HEX triplet: B3, 31 and 93. RGB value is (179,49,147). Sum of RGB (Red+Green+Blue) = 179+49+147=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B33193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33193 is #4CCE6C. Grayscale: #626262. Windows color (decimal): -5033581 or 9646515. OLE color: 9646515.

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

Color convert

RGB 179 49 147 -
CMYK 0 0.73 0.18 0.30
HSL 314.77º 0.57% 0.45% -
HSV(B) 314.77º 0.73% 0.7% -
XYZ 24.96 13.89 28.97 -
YUV 99.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 179 49 147 0 0.73 0.18 0.30 314.77 0.57 0.45
Hex B3 31 93 0 49 12 1E 13B 39 2D
Octal 263 61 223 0 111 22 36 473 71 55
Binary 10110011 110001 10010011 0 1001001 10010 11110 100111011 111001 101101

Color Harmonies of #B33193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33193

Black with #B33193

Text Example


Text Example

White with #B33193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33193; }

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

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

background-color css

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

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

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

border-color css

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

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

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