Html Css Color HEX #B90396 Medium Violet Red

📋 copy color: '#B90396'

red 185 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #B90396

Tints of Medium Violet Red #B90396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.38%

R = 54.73%
G = 0.89%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B90396 (or 0xB90396) is known color: Medium Violet Red. HEX triplet: B9, 03 and 96. RGB value is (185,3,150). Sum of RGB (Red+Green+Blue) = 185+3+150=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B90396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90396 is #46FC69. Grayscale: #494949. Windows color (decimal): -4652138 or 9831353. OLE color: 9831353.

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

Color convert

RGB 185 3 150 -
CMYK 0 0.98 0.19 0.27
HSL 311.54º 0.97% 0.37% -
HSV(B) 311.54º 0.98% 0.73% -
XYZ 25.55 12.58 29.94 -
YUV 74.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 185 3 150 0 0.98 0.19 0.27 311.54 0.97 0.37
Hex B9 3 96 0 62 13 1B 138 61 25
Octal 271 3 226 0 142 23 33 470 141 45
Binary 10111001 11 10010110 0 1100010 10011 11011 100111000 1100001 100101

Color Harmonies of #B90396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90396

Black with #B90396

Text Example


Text Example

White with #B90396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90396; }

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

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

background-color css

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

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

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

border-color css

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

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

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