Html Css Color HEX #B90197 Medium Violet Red

📋 copy color: '#B90197'

red 185 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B90197

Tints of Medium Violet Red #B90197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 54.9%
G = 0.3%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B90197 (or 0xB90197) is known color: Medium Violet Red. HEX triplet: B9, 01 and 97. RGB value is (185,1,151). Sum of RGB (Red+Green+Blue) = 185+1+151=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B90197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90197 is #46FE68. Grayscale: #484848. Windows color (decimal): -4652649 or 9896377. OLE color: 9896377.

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

Color convert

RGB 185 1 151 -
CMYK 0 0.99 0.18 0.27
HSL 311.09º 0.99% 0.36% -
HSV(B) 311.09º 0.99% 0.73% -
XYZ 25.6 12.57 30.35 -
YUV 73.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 185 1 151 0 0.99 0.18 0.27 311.09 0.99 0.36
Hex B9 1 97 0 63 12 1B 137 63 24
Octal 271 1 227 0 143 22 33 467 143 44
Binary 10111001 1 10010111 0 1100011 10010 11011 100110111 1100011 100100

Color Harmonies of #B90197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90197

Black with #B90197

Text Example


Text Example

White with #B90197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90197; }

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

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

background-color css

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

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

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

border-color css

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

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

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