Html Css Color HEX #B90594 Medium Violet Red

📋 copy color: '#B90594'

red 185 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #B90594

Tints of Medium Violet Red #B90594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 54.73%
G = 1.48%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B90594 (or 0xB90594) is known color: Medium Violet Red. HEX triplet: B9, 05 and 94. RGB value is (185,5,148). Sum of RGB (Red+Green+Blue) = 185+5+148=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B90594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90594 is #46FA6B. Grayscale: #4A4A4A. Windows color (decimal): -4651628 or 9700793. OLE color: 9700793.

HSL color Cylindrical-coordinate representation of color #B90594: hue angle of 312.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90594 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 148 -
CMYK 0 0.97 0.20 0.27
HSL 312.33º 0.95% 0.37% -
HSV(B) 312.33º 0.97% 0.73% -
XYZ 25.41 12.56 29.1 -
YUV 75.12 169.13 206.37 -
System Red Green Blue C M Y K H S L
Decimal 185 5 148 0 0.97 0.20 0.27 312.33 0.95 0.37
Hex B9 5 94 0 61 14 1B 138 5F 25
Octal 271 5 224 0 141 24 33 470 137 45
Binary 10111001 101 10010100 0 1100001 10100 11011 100111000 1011111 100101

Color Harmonies of #B90594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90594

Black with #B90594

Text Example


Text Example

White with #B90594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90594; }

 p { color: rgb(185,5,148); }

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

background-color css

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

 a { background-color: rgb(185,5,148); }

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

border-color css

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

 span { border-color: rgb(185,5,148); }

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