Html Css Color HEX #B3337C Medium Red Violet

📋 copy color: '#B3337C'

red 179 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #B3337C

Tints of Medium Red Violet #B3337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 50.56%
G = 14.41%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3337C (or 0xB3337C) is known color: Medium Red Violet. HEX triplet: B3, 33 and 7C. RGB value is (179,51,124). Sum of RGB (Red+Green+Blue) = 179+51+124=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3337C is #4CCC83. Grayscale: #616161. Windows color (decimal): -5033092 or 8139699. OLE color: 8139699.

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

Color convert

RGB 179 51 124 -
CMYK 0 0.72 0.31 0.30
HSL 325.78º 0.56% 0.45% -
HSV(B) 325.78º 0.72% 0.7% -
XYZ 23.41 13.41 20.42 -
YUV 97.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 179 51 124 0 0.72 0.31 0.30 325.78 0.56 0.45
Hex B3 33 7C 0 48 1F 1E 146 38 2D
Octal 263 63 174 0 110 37 36 506 70 55
Binary 10110011 110011 1111100 0 1001000 11111 11110 101000110 111000 101101

Color Harmonies of #B3337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3337C

Black with #B3337C

Text Example


Text Example

White with #B3337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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