Html Css Color HEX #B33195 Medium Red Violet

📋 copy color: '#B33195'

red 179 ◦ green 49 ◦ blue 149

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

Shades of Medium Red Violet #B33195

Tints of Medium Red Violet #B33195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 47.48%
G = 13%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B33195 (or 0xB33195) is known color: Medium Red Violet. HEX triplet: B3, 31 and 95. RGB value is (179,49,149). Sum of RGB (Red+Green+Blue) = 179+49+149=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B33195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33195 is #4CCE6A. Grayscale: #636363. Windows color (decimal): -5033579 or 9777587. OLE color: 9777587.

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

Color convert

RGB 179 49 149 -
CMYK 0 0.73 0.17 0.30
HSL 313.85º 0.57% 0.45% -
HSV(B) 313.85º 0.73% 0.7% -
XYZ 25.11 13.95 29.8 -
YUV 99.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 179 49 149 0 0.73 0.17 0.30 313.85 0.57 0.45
Hex B3 31 95 0 49 11 1E 13A 39 2D
Octal 263 61 225 0 111 21 36 472 71 55
Binary 10110011 110001 10010101 0 1001001 10001 11110 100111010 111001 101101

Color Harmonies of #B33195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33195

Black with #B33195

Text Example


Text Example

White with #B33195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33195; }

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

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

background-color css

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

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

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

border-color css

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

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

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