Html Css Color HEX #B90190 Medium Violet Red

📋 copy color: '#B90190'

red 185 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B90190

Tints of Medium Violet Red #B90190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 56.06%
G = 0.3%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B90190 (or 0xB90190) is known color: Medium Violet Red. HEX triplet: B9, 01 and 90. RGB value is (185,1,144). Sum of RGB (Red+Green+Blue) = 185+1+144=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B90190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90190 is #46FE6F. Grayscale: #474747. Windows color (decimal): -4652656 or 9437625. OLE color: 9437625.

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

Color convert

RGB 185 1 144 -
CMYK 0 0.99 0.22 0.27
HSL 313.37º 0.99% 0.36% -
HSV(B) 313.37º 0.99% 0.73% -
XYZ 25.05 12.35 27.45 -
YUV 72.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 185 1 144 0 0.99 0.22 0.27 313.37 0.99 0.36
Hex B9 1 90 0 63 16 1B 139 63 24
Octal 271 1 220 0 143 26 33 471 143 44
Binary 10111001 1 10010000 0 1100011 10110 11011 100111001 1100011 100100

Color Harmonies of #B90190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90190

Black with #B90190

Text Example


Text Example

White with #B90190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90190; }

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

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

background-color css

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

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

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

border-color css

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

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

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