Html Css Color HEX #B30191 Medium Violet Red

📋 copy color: '#B30191'

red 179 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #B30191

Tints of Medium Violet Red #B30191

RGB

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

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

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

R = 55.08%
G = 0.31%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B30191 (or 0xB30191) is known color: Medium Violet Red. HEX triplet: B3, 01 and 91. RGB value is (179,1,145). Sum of RGB (Red+Green+Blue) = 179+1+145=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30191 is #4CFE6E. Grayscale: #464646. Windows color (decimal): -5045871 or 9503155. OLE color: 9503155.

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

Color convert

RGB 179 1 145 -
CMYK 0 0.99 0.19 0.30
HSL 311.46º 0.99% 0.35% -
HSV(B) 311.46º 0.99% 0.7% -
XYZ 23.71 11.65 27.79 -
YUV 70.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 179 1 145 0 0.99 0.19 0.30 311.46 0.99 0.35
Hex B3 1 91 0 63 13 1E 137 63 23
Octal 263 1 221 0 143 23 36 467 143 43
Binary 10110011 1 10010001 0 1100011 10011 11110 100110111 1100011 100011

Color Harmonies of #B30191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30191

Black with #B30191

Text Example


Text Example

White with #B30191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30191; }

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

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

background-color css

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

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

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

border-color css

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

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

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