Html Css Color HEX #B90474 Medium Violet Red

📋 copy color: '#B90474'

red 185 ◦ green 4 ◦ blue 116

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

Shades of Medium Violet Red #B90474

Tints of Medium Violet Red #B90474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 60.66%
G = 1.31%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B90474 (or 0xB90474) is known color: Medium Violet Red. HEX triplet: B9, 04 and 74. RGB value is (185,4,116). Sum of RGB (Red+Green+Blue) = 185+4+116=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90474 is #46FB8B. Grayscale: #464646. Windows color (decimal): -4651916 or 7603385. OLE color: 7603385.

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

Color convert

RGB 185 4 116 -
CMYK 0 0.98 0.37 0.27
HSL 322.87º 0.96% 0.37% -
HSV(B) 322.87º 0.98% 0.73% -
XYZ 23.2 11.66 17.55 -
YUV 70.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 185 4 116 0 0.98 0.37 0.27 322.87 0.96 0.37
Hex B9 4 74 0 62 25 1B 143 60 25
Octal 271 4 164 0 142 45 33 503 140 45
Binary 10111001 100 1110100 0 1100010 100101 11011 101000011 1100000 100101

Color Harmonies of #B90474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90474

Black with #B90474

Text Example


Text Example

White with #B90474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90474; }

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

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

background-color css

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

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

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

border-color css

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

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

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