Html Css Color HEX #B3358D Medium Red Violet

📋 copy color: '#B3358D'

red 179 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #B3358D

Tints of Medium Red Violet #B3358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 47.99%
G = 14.21%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3358D (or 0xB3358D) is known color: Medium Red Violet. HEX triplet: B3, 35 and 8D. RGB value is (179,53,141). Sum of RGB (Red+Green+Blue) = 179+53+141=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3358D is #4CCA72. Grayscale: #646464. Windows color (decimal): -5032563 or 9254323. OLE color: 9254323.

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

Color convert

RGB 179 53 141 -
CMYK 0 0.70 0.21 0.30
HSL 318.1º 0.54% 0.45% -
HSV(B) 318.1º 0.7% 0.7% -
XYZ 24.67 14.05 26.61 -
YUV 100.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 179 53 141 0 0.70 0.21 0.30 318.1 0.54 0.45
Hex B3 35 8D 0 46 15 1E 13E 36 2D
Octal 263 65 215 0 106 25 36 476 66 55
Binary 10110011 110101 10001101 0 1000110 10101 11110 100111110 110110 101101

Color Harmonies of #B3358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3358D

Black with #B3358D

Text Example


Text Example

White with #B3358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3358D; }

 p { color: rgb(179,53,141); }

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

background-color css

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

 a { background-color: rgb(179,53,141); }

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

border-color css

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

 span { border-color: rgb(179,53,141); }

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