Html Css Color HEX #B3019C Medium Violet Red

📋 copy color: '#B3019C'

red 179 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #B3019C

Tints of Medium Violet Red #B3019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 53.27%
G = 0.3%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3019C (or 0xB3019C) is known color: Medium Violet Red. HEX triplet: B3, 01 and 9C. RGB value is (179,1,156). Sum of RGB (Red+Green+Blue) = 179+1+156=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3019C is #4CFE63. Grayscale: #474747. Windows color (decimal): -5045860 or 10224051. OLE color: 10224051.

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

Color convert

RGB 179 1 156 -
CMYK 0 0.99 0.13 0.30
HSL 307.75º 0.99% 0.35% -
HSV(B) 307.75º 0.99% 0.7% -
XYZ 24.6 12.01 32.47 -
YUV 71.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 179 1 156 0 0.99 0.13 0.30 307.75 0.99 0.35
Hex B3 1 9C 0 63 D 1E 134 63 23
Octal 263 1 234 0 143 15 36 464 143 43
Binary 10110011 1 10011100 0 1100011 1101 11110 100110100 1100011 100011

Color Harmonies of #B3019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3019C

Black with #B3019C

Text Example


Text Example

White with #B3019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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