Html Css Color HEX #B3208B Medium Red Violet

📋 copy color: '#B3208B'

red 179 ◦ green 32 ◦ blue 139

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

Shades of Medium Red Violet #B3208B

Tints of Medium Red Violet #B3208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 51.14%
G = 9.14%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3208B (or 0xB3208B) is known color: Medium Red Violet. HEX triplet: B3, 20 and 8B. RGB value is (179,32,139). Sum of RGB (Red+Green+Blue) = 179+32+139=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3208B is #4CDF74. Grayscale: #575757. Windows color (decimal): -5037941 or 9117875. OLE color: 9117875.

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

Color convert

RGB 179 32 139 -
CMYK 0 0.82 0.22 0.30
HSL 316.33º 0.7% 0.41% -
HSV(B) 316.33º 0.82% 0.7% -
XYZ 23.77 12.48 25.58 -
YUV 88.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 179 32 139 0 0.82 0.22 0.30 316.33 0.7 0.41
Hex B3 20 8B 0 52 16 1E 13C 46 29
Octal 263 40 213 0 122 26 36 474 106 51
Binary 10110011 100000 10001011 0 1010010 10110 11110 100111100 1000110 101001

Color Harmonies of #B3208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3208B

Black with #B3208B

Text Example


Text Example

White with #B3208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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