Html Css Color HEX #B90397 Medium Violet Red

📋 copy color: '#B90397'

red 185 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #B90397

Tints of Medium Violet Red #B90397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 54.57%
G = 0.88%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B90397 (or 0xB90397) is known color: Medium Violet Red. HEX triplet: B9, 03 and 97. RGB value is (185,3,151). Sum of RGB (Red+Green+Blue) = 185+3+151=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B90397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90397 is #46FC68. Grayscale: #494949. Windows color (decimal): -4652137 or 9896889. OLE color: 9896889.

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

Color convert

RGB 185 3 151 -
CMYK 0 0.98 0.18 0.27
HSL 311.21º 0.97% 0.37% -
HSV(B) 311.21º 0.98% 0.73% -
XYZ 25.63 12.61 30.36 -
YUV 74.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 185 3 151 0 0.98 0.18 0.27 311.21 0.97 0.37
Hex B9 3 97 0 62 12 1B 137 61 25
Octal 271 3 227 0 142 22 33 467 141 45
Binary 10111001 11 10010111 0 1100010 10010 11011 100110111 1100001 100101

Color Harmonies of #B90397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90397

Black with #B90397

Text Example


Text Example

White with #B90397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90397; }

 p { color: rgb(185,3,151); }

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

background-color css

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

 a { background-color: rgb(185,3,151); }

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

border-color css

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

 span { border-color: rgb(185,3,151); }

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