Html Css Color HEX #B90C9F Medium Violet Red

📋 copy color: '#B90C9F'

red 185 ◦ green 12 ◦ blue 159

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

Shades of Medium Violet Red #B90C9F

Tints of Medium Violet Red #B90C9F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.37%

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 51.97%
G = 3.37%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B90C9F (or 0xB90C9F) is known color: Medium Violet Red. HEX triplet: B9, 0C and 9F. RGB value is (185,12,159). Sum of RGB (Red+Green+Blue) = 185+12+159=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C9F is #46F360. Grayscale: #505050. Windows color (decimal): -4649825 or 10423481. OLE color: 10423481.

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

Color convert

RGB 185 12 159 -
CMYK 0 0.94 0.14 0.27
HSL 309.02º 0.88% 0.39% -
HSV(B) 309.02º 0.94% 0.73% -
XYZ 26.4 13.08 33.93 -
YUV 80.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 185 12 159 0 0.94 0.14 0.27 309.02 0.88 0.39
Hex B9 C 9F 0 5E E 1B 135 58 27
Octal 271 14 237 0 136 16 33 465 130 47
Binary 10111001 1100 10011111 0 1011110 1110 11011 100110101 1011000 100111

Color Harmonies of #B90C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C9F

Black with #B90C9F

Text Example


Text Example

White with #B90C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C9F; }

 p { color: rgb(185,12,159); }

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

background-color css

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

 a { background-color: rgb(185,12,159); }

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

border-color css

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

 span { border-color: rgb(185,12,159); }

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