Html Css Color HEX #B90481 Medium Violet Red

📋 copy color: '#B90481'

red 185 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #B90481

Tints of Medium Violet Red #B90481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 58.18%
G = 1.26%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B90481 (or 0xB90481) is known color: Medium Violet Red. HEX triplet: B9, 04 and 81. RGB value is (185,4,129). Sum of RGB (Red+Green+Blue) = 185+4+129=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B90481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90481 is #46FB7E. Grayscale: #484848. Windows color (decimal): -4651903 or 8455353. OLE color: 8455353.

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

Color convert

RGB 185 4 129 -
CMYK 0 0.98 0.30 0.27
HSL 318.56º 0.96% 0.37% -
HSV(B) 318.56º 0.98% 0.73% -
XYZ 24.01 11.99 21.82 -
YUV 72.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 185 4 129 0 0.98 0.30 0.27 318.56 0.96 0.37
Hex B9 4 81 0 62 1E 1B 13F 60 25
Octal 271 4 201 0 142 36 33 477 140 45
Binary 10111001 100 10000001 0 1100010 11110 11011 100111111 1100000 100101

Color Harmonies of #B90481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90481

Black with #B90481

Text Example


Text Example

White with #B90481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90481; }

 p { color: rgb(185,4,129); }

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

background-color css

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

 a { background-color: rgb(185,4,129); }

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

border-color css

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

 span { border-color: rgb(185,4,129); }

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