Html Css Color HEX #B90175 Medium Violet Red

📋 copy color: '#B90175'

red 185 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #B90175

Tints of Medium Violet Red #B90175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 61.06%
G = 0.33%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B90175 (or 0xB90175) is known color: Medium Violet Red. HEX triplet: B9, 01 and 75. RGB value is (185,1,117). Sum of RGB (Red+Green+Blue) = 185+1+117=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B90175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90175 is #46FE8A. Grayscale: #444444. Windows color (decimal): -4652683 or 7668153. OLE color: 7668153.

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

Color convert

RGB 185 1 117 -
CMYK 0 0.99 0.37 0.27
HSL 322.17º 0.99% 0.36% -
HSV(B) 322.17º 0.99% 0.73% -
XYZ 23.23 11.62 17.85 -
YUV 69.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 185 1 117 0 0.99 0.37 0.27 322.17 0.99 0.36
Hex B9 1 75 0 63 25 1B 142 63 24
Octal 271 1 165 0 143 45 33 502 143 44
Binary 10111001 1 1110101 0 1100011 100101 11011 101000010 1100011 100100

Color Harmonies of #B90175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90175

Black with #B90175

Text Example


Text Example

White with #B90175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90175; }

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

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

background-color css

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

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

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

border-color css

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

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

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