Html Css Color HEX #B90A75 Medium Violet Red

📋 copy color: '#B90A75'

red 185 ◦ green 10 ◦ blue 117

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

Shades of Medium Violet Red #B90A75

Tints of Medium Violet Red #B90A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 59.29%
G = 3.21%
B = 37.5%

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

#B90A75 (or 0xB90A75) is known color: Medium Violet Red. HEX triplet: B9, 0A and 75. RGB value is (185,10,117). Sum of RGB (Red+Green+Blue) = 185+10+117=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A75 is #46F58A. Grayscale: #4A4A4A. Windows color (decimal): -4650379 or 7670457. OLE color: 7670457.

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

Color convert

RGB 185 10 117 -
CMYK 0 0.95 0.37 0.27
HSL 323.31º 0.9% 0.38% -
HSV(B) 323.31º 0.95% 0.73% -
XYZ 23.33 11.82 17.88 -
YUV 74.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 185 10 117 0 0.95 0.37 0.27 323.31 0.9 0.38
Hex B9 A 75 0 5F 25 1B 143 5A 26
Octal 271 12 165 0 137 45 33 503 132 46
Binary 10111001 1010 1110101 0 1011111 100101 11011 101000011 1011010 100110

Color Harmonies of #B90A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A75

Black with #B90A75

Text Example


Text Example

White with #B90A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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