Html Css Color HEX #B33295 Medium Red Violet

📋 copy color: '#B33295'

red 179 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #B33295

Tints of Medium Red Violet #B33295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

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

R = 47.35%
G = 13.23%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B33295 (or 0xB33295) is known color: Medium Red Violet. HEX triplet: B3, 32 and 95. RGB value is (179,50,149). Sum of RGB (Red+Green+Blue) = 179+50+149=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B33295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33295 is #4CCD6A. Grayscale: #636363. Windows color (decimal): -5033323 or 9777843. OLE color: 9777843.

HSL color Cylindrical-coordinate representation of color #B33295: hue angle of 313.95º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33295 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 149 -
CMYK 0 0.72 0.17 0.30
HSL 313.95º 0.56% 0.45% -
HSV(B) 313.95º 0.72% 0.7% -
XYZ 25.16 14.03 29.82 -
YUV 99.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 179 50 149 0 0.72 0.17 0.30 313.95 0.56 0.45
Hex B3 32 95 0 48 11 1E 13A 38 2D
Octal 263 62 225 0 110 21 36 472 70 55
Binary 10110011 110010 10010101 0 1001000 10001 11110 100111010 111000 101101

Color Harmonies of #B33295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33295

Black with #B33295

Text Example


Text Example

White with #B33295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33295; }

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

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

background-color css

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

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

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

border-color css

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

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

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