Html Css Color HEX #B30091 Medium Violet Red

📋 copy color: '#B30091'

red 179 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #B30091

Tints of Medium Violet Red #B30091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.25%
G = 0%
B = 44.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B30091 (or 0xB30091) is known color: Medium Violet Red. HEX triplet: B3, 00 and 91. RGB value is (179,0,145). Sum of RGB (Red+Green+Blue) = 179+0+145=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B30091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30091 is #4CFF6E. Grayscale: #454545. Windows color (decimal): -5046127 or 9502899. OLE color: 9502899.

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

Color convert

RGB 179 0 145 -
CMYK 0 1 0.19 0.30
HSL 311.4º 1% 0.35% -
HSV(B) 311.4º 1% 0.7% -
XYZ 23.7 11.63 27.78 -
YUV 70.05 170.3 205.71 -
System Red Green Blue C M Y K H S L
Decimal 179 0 145 0 1 0.19 0.30 311.4 1 0.35
Hex B3 0 91 0 64 13 1E 137 64 23
Octal 263 0 221 0 144 23 36 467 144 43
Binary 10110011 0 10010001 0 1100100 10011 11110 100110111 1100100 100011

Color Harmonies of #B30091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30091

Black with #B30091

Text Example


Text Example

White with #B30091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30091; }

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

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

background-color css

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

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

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

border-color css

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

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

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