Html Css Color HEX #B90095 Medium Violet Red

📋 copy color: '#B90095'

red 185 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #B90095

Tints of Medium Violet Red #B90095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 55.39%
G = 0%
B = 44.61%

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

#B90095 (or 0xB90095) is known color: Medium Violet Red. HEX triplet: B9, 00 and 95. RGB value is (185,0,149). Sum of RGB (Red+Green+Blue) = 185+0+149=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B90095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90095 is #46FF6A. Grayscale: #474747. Windows color (decimal): -4652907 or 9765049. OLE color: 9765049.

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

Color convert

RGB 185 0 149 -
CMYK 0 1 0.19 0.27
HSL 311.68º 1% 0.36% -
HSV(B) 311.68º 1% 0.73% -
XYZ 25.43 12.48 29.5 -
YUV 72.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 185 0 149 0 1 0.19 0.27 311.68 1 0.36
Hex B9 0 95 0 64 13 1B 138 64 24
Octal 271 0 225 0 144 23 33 470 144 44
Binary 10111001 0 10010101 0 1100100 10011 11011 100111000 1100100 100100

Color Harmonies of #B90095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90095

Black with #B90095

Text Example


Text Example

White with #B90095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90095; }

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

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

background-color css

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

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

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

border-color css

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

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

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