Html Css Color HEX #B90B8D Medium Violet Red

📋 copy color: '#B90B8D'

red 185 ◦ green 11 ◦ blue 141

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

Shades of Medium Violet Red #B90B8D

Tints of Medium Violet Red #B90B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.26%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 54.9%
G = 3.26%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B90B8D (or 0xB90B8D) is known color: Medium Violet Red. HEX triplet: B9, 0B and 8D. RGB value is (185,11,141). Sum of RGB (Red+Green+Blue) = 185+11+141=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90B8D is #46F472. Grayscale: #4D4D4D. Windows color (decimal): -4650099 or 9243577. OLE color: 9243577.

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

Color convert

RGB 185 11 141 -
CMYK 0 0.94 0.24 0.27
HSL 315.17º 0.89% 0.38% -
HSV(B) 315.17º 0.94% 0.73% -
XYZ 24.93 12.48 26.29 -
YUV 77.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 185 11 141 0 0.94 0.24 0.27 315.17 0.89 0.38
Hex B9 B 8D 0 5E 18 1B 13B 59 26
Octal 271 13 215 0 136 30 33 473 131 46
Binary 10111001 1011 10001101 0 1011110 11000 11011 100111011 1011001 100110

Color Harmonies of #B90B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B8D

Black with #B90B8D

Text Example


Text Example

White with #B90B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B8D; }

 p { color: rgb(185,11,141); }

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

background-color css

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

 a { background-color: rgb(185,11,141); }

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

border-color css

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

 span { border-color: rgb(185,11,141); }

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