Html Css Color HEX #B3208D Medium Red Violet

📋 copy color: '#B3208D'

red 179 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #B3208D

Tints of Medium Red Violet #B3208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

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

R = 50.85%
G = 9.09%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3208D (or 0xB3208D) is known color: Medium Red Violet. HEX triplet: B3, 20 and 8D. RGB value is (179,32,141). Sum of RGB (Red+Green+Blue) = 179+32+141=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3208D is #4CDF72. Grayscale: #585858. Windows color (decimal): -5037939 or 9248947. OLE color: 9248947.

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

Color convert

RGB 179 32 141 -
CMYK 0 0.82 0.21 0.30
HSL 315.51º 0.7% 0.41% -
HSV(B) 315.51º 0.82% 0.7% -
XYZ 23.91 12.54 26.36 -
YUV 88.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 179 32 141 0 0.82 0.21 0.30 315.51 0.7 0.41
Hex B3 20 8D 0 52 15 1E 13C 46 29
Octal 263 40 215 0 122 25 36 474 106 51
Binary 10110011 100000 10001101 0 1010010 10101 11110 100111100 1000110 101001

Color Harmonies of #B3208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3208D

Black with #B3208D

Text Example


Text Example

White with #B3208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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