Html Css Color HEX #B90096 Medium Violet Red

📋 copy color: '#B90096'

red 185 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #B90096

Tints of Medium Violet Red #B90096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.22%
G = 0%
B = 44.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B90096 (or 0xB90096) is known color: Medium Violet Red. HEX triplet: B9, 00 and 96. RGB value is (185,0,150). Sum of RGB (Red+Green+Blue) = 185+0+150=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B90096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90096 is #46FF69. Grayscale: #484848. Windows color (decimal): -4652906 or 9830585. OLE color: 9830585.

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

Color convert

RGB 185 0 150 -
CMYK 0 1 0.19 0.27
HSL 311.35º 1% 0.36% -
HSV(B) 311.35º 1% 0.73% -
XYZ 25.51 12.52 29.93 -
YUV 72.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 185 0 150 0 1 0.19 0.27 311.35 1 0.36
Hex B9 0 96 0 64 13 1B 137 64 24
Octal 271 0 226 0 144 23 33 467 144 44
Binary 10111001 0 10010110 0 1100100 10011 11011 100110111 1100100 100100

Color Harmonies of #B90096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90096

Black with #B90096

Text Example


Text Example

White with #B90096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90096; }

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

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

background-color css

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

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

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

border-color css

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

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

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