Html Css Color HEX #B30391 Medium Violet Red

📋 copy color: '#B30391'

red 179 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #B30391

Tints of Medium Violet Red #B30391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 54.74%
G = 0.92%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B30391 (or 0xB30391) is known color: Medium Violet Red. HEX triplet: B3, 03 and 91. RGB value is (179,3,145). Sum of RGB (Red+Green+Blue) = 179+3+145=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B30391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30391 is #4CFC6E. Grayscale: #474747. Windows color (decimal): -5045359 or 9503667. OLE color: 9503667.

HSL color Cylindrical-coordinate representation of color #B30391: hue angle of 311.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30391 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 145 -
CMYK 0 0.98 0.19 0.30
HSL 311.59º 0.97% 0.36% -
HSV(B) 311.59º 0.98% 0.7% -
XYZ 23.73 11.69 27.79 -
YUV 71.81 169.31 204.45 -
System Red Green Blue C M Y K H S L
Decimal 179 3 145 0 0.98 0.19 0.30 311.59 0.97 0.36
Hex B3 3 91 0 62 13 1E 138 61 24
Octal 263 3 221 0 142 23 36 470 141 44
Binary 10110011 11 10010001 0 1100010 10011 11110 100111000 1100001 100100

Color Harmonies of #B30391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30391

Black with #B30391

Text Example


Text Example

White with #B30391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30391; }

 p { color: rgb(179,3,145); }

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

background-color css

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

 a { background-color: rgb(179,3,145); }

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

border-color css

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

 span { border-color: rgb(179,3,145); }

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