Html Css Color HEX #B91493 Medium Violet Red

📋 copy color: '#B91493'

red 185 ◦ green 20 ◦ blue 147

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

Shades of Medium Violet Red #B91493

Tints of Medium Violet Red #B91493

RGB

 RED value IS 185 (72.66% from 255) = 52.56%

 GREEN value IS 20 (8.2% from 255) = 5.68%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 52.56%
G = 5.68%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B91493 (or 0xB91493) is known color: Medium Violet Red. HEX triplet: B9, 14 and 93. RGB value is (185,20,147). Sum of RGB (Red+Green+Blue) = 185+20+147=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B91493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91493 is #46EB6C. Grayscale: #535353. Windows color (decimal): -4647789 or 9639097. OLE color: 9639097.

HSL color Cylindrical-coordinate representation of color #B91493: hue angle of 313.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91493 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 147 -
CMYK 0 0.89 0.21 0.27
HSL 313.82º 0.8% 0.4% -
HSV(B) 313.82º 0.89% 0.73% -
XYZ 25.52 12.92 28.75 -
YUV 83.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 185 20 147 0 0.89 0.21 0.27 313.82 0.8 0.4
Hex B9 14 93 0 59 15 1B 13A 50 28
Octal 271 24 223 0 131 25 33 472 120 50
Binary 10111001 10100 10010011 0 1011001 10101 11011 100111010 1010000 101000

Color Harmonies of #B91493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91493

Black with #B91493

Text Example


Text Example

White with #B91493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91493; }

 p { color: rgb(185,20,147); }

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

background-color css

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

 a { background-color: rgb(185,20,147); }

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

border-color css

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

 span { border-color: rgb(185,20,147); }

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