Html Css Color HEX #B90598 Medium Violet Red

📋 copy color: '#B90598'

red 185 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #B90598

Tints of Medium Violet Red #B90598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 54.09%
G = 1.46%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B90598 (or 0xB90598) is known color: Medium Violet Red. HEX triplet: B9, 05 and 98. RGB value is (185,5,152). Sum of RGB (Red+Green+Blue) = 185+5+152=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B90598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90598 is #46FA67. Grayscale: #4B4B4B. Windows color (decimal): -4651624 or 9962937. OLE color: 9962937.

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

Color convert

RGB 185 5 152 -
CMYK 0 0.97 0.18 0.27
HSL 311º 0.95% 0.37% -
HSV(B) 311º 0.97% 0.73% -
XYZ 25.73 12.69 30.8 -
YUV 75.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 185 5 152 0 0.97 0.18 0.27 311 0.95 0.37
Hex B9 5 98 0 61 12 1B 137 5F 25
Octal 271 5 230 0 141 22 33 467 137 45
Binary 10111001 101 10011000 0 1100001 10010 11011 100110111 1011111 100101

Color Harmonies of #B90598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90598

Black with #B90598

Text Example


Text Example

White with #B90598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90598; }

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

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

background-color css

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

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

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

border-color css

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

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

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