Html Css Color HEX #B90F90 Medium Violet Red

📋 copy color: '#B90F90'

red 185 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #B90F90

Tints of Medium Violet Red #B90F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.36%

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

R = 53.78%
G = 4.36%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B90F90 (or 0xB90F90) is known color: Medium Violet Red. HEX triplet: B9, 0F and 90. RGB value is (185,15,144). Sum of RGB (Red+Green+Blue) = 185+15+144=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90F90 is #46F06F. Grayscale: #505050. Windows color (decimal): -4649072 or 9441209. OLE color: 9441209.

HSL color Cylindrical-coordinate representation of color #B90F90: hue angle of 314.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F90 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 15 144 -
CMYK 0 0.92 0.22 0.27
HSL 314.47º 0.85% 0.39% -
HSV(B) 314.47º 0.92% 0.73% -
XYZ 25.21 12.67 27.5 -
YUV 80.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 185 15 144 0 0.92 0.22 0.27 314.47 0.85 0.39
Hex B9 F 90 0 5C 16 1B 13A 55 27
Octal 271 17 220 0 134 26 33 472 125 47
Binary 10111001 1111 10010000 0 1011100 10110 11011 100111010 1010101 100111

Color Harmonies of #B90F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90F90

Black with #B90F90

Text Example


Text Example

White with #B90F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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