Html Css Color HEX #B90193 Medium Violet Red

📋 copy color: '#B90193'

red 185 ◦ green 1 ◦ blue 147

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

Shades of Medium Violet Red #B90193

Tints of Medium Violet Red #B90193

RGB

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

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

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

R = 55.56%
G = 0.3%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B90193 (or 0xB90193) is known color: Medium Violet Red. HEX triplet: B9, 01 and 93. RGB value is (185,1,147). Sum of RGB (Red+Green+Blue) = 185+1+147=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B90193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90193 is #46FE6C. Grayscale: #484848. Windows color (decimal): -4652653 or 9634233. OLE color: 9634233.

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

Color convert

RGB 185 1 147 -
CMYK 0 0.99 0.21 0.27
HSL 312.39º 0.99% 0.36% -
HSV(B) 312.39º 0.99% 0.73% -
XYZ 25.28 12.44 28.67 -
YUV 72.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 185 1 147 0 0.99 0.21 0.27 312.39 0.99 0.36
Hex B9 1 93 0 63 15 1B 138 63 24
Octal 271 1 223 0 143 25 33 470 143 44
Binary 10111001 1 10010011 0 1100011 10101 11011 100111000 1100011 100100

Color Harmonies of #B90193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90193

Black with #B90193

Text Example


Text Example

White with #B90193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90193; }

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

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

background-color css

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

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

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

border-color css

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

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

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