Html Css Color HEX #B3337D Medium Red Violet

📋 copy color: '#B3337D'

red 179 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #B3337D

Tints of Medium Red Violet #B3337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 50.42%
G = 14.37%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3337D (or 0xB3337D) is known color: Medium Red Violet. HEX triplet: B3, 33 and 7D. RGB value is (179,51,125). Sum of RGB (Red+Green+Blue) = 179+51+125=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3337D is #4CCC82. Grayscale: #616161. Windows color (decimal): -5033091 or 8205235. OLE color: 8205235.

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

Color convert

RGB 179 51 125 -
CMYK 0 0.72 0.30 0.30
HSL 325.31º 0.56% 0.45% -
HSV(B) 325.31º 0.72% 0.7% -
XYZ 23.48 13.43 20.76 -
YUV 97.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 179 51 125 0 0.72 0.30 0.30 325.31 0.56 0.45
Hex B3 33 7D 0 48 1E 1E 145 38 2D
Octal 263 63 175 0 110 36 36 505 70 55
Binary 10110011 110011 1111101 0 1001000 11110 11110 101000101 111000 101101

Color Harmonies of #B3337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3337D

Black with #B3337D

Text Example


Text Example

White with #B3337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3337D; }

 p { color: rgb(179,51,125); }

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

background-color css

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

 a { background-color: rgb(179,51,125); }

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

border-color css

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

 span { border-color: rgb(179,51,125); }

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