Html Css Color HEX #B41393 Medium Violet Red

📋 copy color: '#B41393'

red 180 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #B41393

Tints of Medium Violet Red #B41393

RGB

 RED value IS 180 (70.7% from 255) = 52.02%

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 52.02%
G = 5.49%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B41393 (or 0xB41393) is known color: Medium Violet Red. HEX triplet: B4, 13 and 93. RGB value is (180,19,147). Sum of RGB (Red+Green+Blue) = 180+19+147=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B41393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41393 is #4BEC6C. Grayscale: #515151. Windows color (decimal): -4975725 or 9638836. OLE color: 9638836.

HSL color Cylindrical-coordinate representation of color #B41393: hue angle of 312.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41393 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 147 -
CMYK 0 0.89 0.18 0.29
HSL 312.3º 0.81% 0.39% -
HSV(B) 312.3º 0.89% 0.71% -
XYZ 24.32 12.28 28.69 -
YUV 81.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 180 19 147 0 0.89 0.18 0.29 312.3 0.81 0.39
Hex B4 13 93 0 59 12 1D 138 51 27
Octal 264 23 223 0 131 22 35 470 121 47
Binary 10110100 10011 10010011 0 1011001 10010 11101 100111000 1010001 100111

Color Harmonies of #B41393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41393

Black with #B41393

Text Example


Text Example

White with #B41393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41393; }

 p { color: rgb(180,19,147); }

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

background-color css

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

 a { background-color: rgb(180,19,147); }

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

border-color css

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

 span { border-color: rgb(180,19,147); }

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