Html Css Color HEX #B33175 Medium Red Violet

📋 copy color: '#B33175'

red 179 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #B33175

Tints of Medium Red Violet #B33175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 51.88%
G = 14.2%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B33175 (or 0xB33175) is known color: Medium Red Violet. HEX triplet: B3, 31 and 75. RGB value is (179,49,117). Sum of RGB (Red+Green+Blue) = 179+49+117=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B33175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33175 is #4CCE8A. Grayscale: #5F5F5F. Windows color (decimal): -5033611 or 7680435. OLE color: 7680435.

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

Color convert

RGB 179 49 117 -
CMYK 0 0.73 0.35 0.30
HSL 328.62º 0.57% 0.45% -
HSV(B) 328.62º 0.73% 0.7% -
XYZ 22.9 13.06 18.14 -
YUV 95.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 179 49 117 0 0.73 0.35 0.30 328.62 0.57 0.45
Hex B3 31 75 0 49 23 1E 149 39 2D
Octal 263 61 165 0 111 43 36 511 71 55
Binary 10110011 110001 1110101 0 1001001 100011 11110 101001001 111001 101101

Color Harmonies of #B33175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33175

Black with #B33175

Text Example


Text Example

White with #B33175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33175; }

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

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

background-color css

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

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

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

border-color css

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

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

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