Html Css Color HEX #B90A74 Medium Violet Red

📋 copy color: '#B90A74'

red 185 ◦ green 10 ◦ blue 116

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

Shades of Medium Violet Red #B90A74

Tints of Medium Violet Red #B90A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

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

R = 59.49%
G = 3.22%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B90A74 (or 0xB90A74) is known color: Medium Violet Red. HEX triplet: B9, 0A and 74. RGB value is (185,10,116). Sum of RGB (Red+Green+Blue) = 185+10+116=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A74 is #46F58B. Grayscale: #4A4A4A. Windows color (decimal): -4650380 or 7604921. OLE color: 7604921.

HSL color Cylindrical-coordinate representation of color #B90A74: hue angle of 323.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90A74 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 116 -
CMYK 0 0.95 0.37 0.27
HSL 323.66º 0.9% 0.38% -
HSV(B) 323.66º 0.95% 0.73% -
XYZ 23.27 11.79 17.57 -
YUV 74.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 185 10 116 0 0.95 0.37 0.27 323.66 0.9 0.38
Hex B9 A 74 0 5F 25 1B 144 5A 26
Octal 271 12 164 0 137 45 33 504 132 46
Binary 10111001 1010 1110100 0 1011111 100101 11011 101000100 1011010 100110

Color Harmonies of #B90A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A74

Black with #B90A74

Text Example


Text Example

White with #B90A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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