Html Css Color HEX #B33170 Medium Red Violet

📋 copy color: '#B33170'

red 179 ◦ green 49 ◦ blue 112

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

Shades of Medium Red Violet #B33170

Tints of Medium Red Violet #B33170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 52.65%
G = 14.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33170 (or 0xB33170) is known color: Medium Red Violet. HEX triplet: B3, 31 and 70. RGB value is (179,49,112). Sum of RGB (Red+Green+Blue) = 179+49+112=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B33170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33170 is #4CCE8F. Grayscale: #5E5E5E. Windows color (decimal): -5033616 or 7352755. OLE color: 7352755.

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

Color convert

RGB 179 49 112 -
CMYK 0 0.73 0.37 0.30
HSL 330.92º 0.57% 0.45% -
HSV(B) 330.92º 0.73% 0.7% -
XYZ 22.61 12.95 16.64 -
YUV 95.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 179 49 112 0 0.73 0.37 0.30 330.92 0.57 0.45
Hex B3 31 70 0 49 25 1E 14B 39 2D
Octal 263 61 160 0 111 45 36 513 71 55
Binary 10110011 110001 1110000 0 1001001 100101 11110 101001011 111001 101101

Color Harmonies of #B33170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33170

Black with #B33170

Text Example


Text Example

White with #B33170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33170; }

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

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

background-color css

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

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

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

border-color css

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

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

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