Html Css Color HEX #B3019D Medium Violet Red

📋 copy color: '#B3019D'

red 179 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #B3019D

Tints of Medium Violet Red #B3019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 53.12%
G = 0.3%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3019D (or 0xB3019D) is known color: Medium Violet Red. HEX triplet: B3, 01 and 9D. RGB value is (179,1,157). Sum of RGB (Red+Green+Blue) = 179+1+157=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3019D is #4CFE62. Grayscale: #474747. Windows color (decimal): -5045859 or 10289587. OLE color: 10289587.

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

Color convert

RGB 179 1 157 -
CMYK 0 0.99 0.12 0.30
HSL 307.42º 0.99% 0.35% -
HSV(B) 307.42º 0.99% 0.7% -
XYZ 24.69 12.04 32.92 -
YUV 72.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 179 1 157 0 0.99 0.12 0.30 307.42 0.99 0.35
Hex B3 1 9D 0 63 C 1E 133 63 23
Octal 263 1 235 0 143 14 36 463 143 43
Binary 10110011 1 10011101 0 1100011 1100 11110 100110011 1100011 100011

Color Harmonies of #B3019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3019D

Black with #B3019D

Text Example


Text Example

White with #B3019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3019D; }

 p { color: rgb(179,1,157); }

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

background-color css

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

 a { background-color: rgb(179,1,157); }

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

border-color css

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

 span { border-color: rgb(179,1,157); }

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