Html Css Color HEX #B90591 Medium Violet Red

📋 copy color: '#B90591'

red 185 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #B90591

Tints of Medium Violet Red #B90591

RGB

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

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

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

R = 55.22%
G = 1.49%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B90591 (or 0xB90591) is known color: Medium Violet Red. HEX triplet: B9, 05 and 91. RGB value is (185,5,145). Sum of RGB (Red+Green+Blue) = 185+5+145=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B90591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90591 is #46FA6E. Grayscale: #4A4A4A. Windows color (decimal): -4651631 or 9504185. OLE color: 9504185.

HSL color Cylindrical-coordinate representation of color #B90591: hue angle of 313.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 #B90591 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 145 -
CMYK 0 0.97 0.22 0.27
HSL 313.33º 0.95% 0.37% -
HSV(B) 313.33º 0.97% 0.73% -
XYZ 25.17 12.47 27.87 -
YUV 74.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 185 5 145 0 0.97 0.22 0.27 313.33 0.95 0.37
Hex B9 5 91 0 61 16 1B 139 5F 25
Octal 271 5 221 0 141 26 33 471 137 45
Binary 10111001 101 10010001 0 1100001 10110 11011 100111001 1011111 100101

Color Harmonies of #B90591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90591

Black with #B90591

Text Example


Text Example

White with #B90591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90591; }

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

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

background-color css

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

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

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

border-color css

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

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

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