Html Css Color HEX #B3019E Medium Violet Red

📋 copy color: '#B3019E'

red 179 ◦ green 1 ◦ blue 158

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

Shades of Medium Violet Red #B3019E

Tints of Medium Violet Red #B3019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 52.96%
G = 0.3%
B = 46.75%

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

#B3019E (or 0xB3019E) is known color: Medium Violet Red. HEX triplet: B3, 01 and 9E. RGB value is (179,1,158). Sum of RGB (Red+Green+Blue) = 179+1+158=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3019E is #4CFE61. Grayscale: #474747. Windows color (decimal): -5045858 or 10355123. OLE color: 10355123.

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

Color convert

RGB 179 1 158 -
CMYK 0 0.99 0.12 0.30
HSL 307.08º 0.99% 0.35% -
HSV(B) 307.08º 0.99% 0.7% -
XYZ 24.77 12.07 33.37 -
YUV 72.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 179 1 158 0 0.99 0.12 0.30 307.08 0.99 0.35
Hex B3 1 9E 0 63 C 1E 133 63 23
Octal 263 1 236 0 143 14 36 463 143 43
Binary 10110011 1 10011110 0 1100011 1100 11110 100110011 1100011 100011

Color Harmonies of #B3019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3019E

Black with #B3019E

Text Example


Text Example

White with #B3019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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