Html Css Color HEX #B90B9D Medium Violet Red

📋 copy color: '#B90B9D'

red 185 ◦ green 11 ◦ blue 157

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

Shades of Medium Violet Red #B90B9D

Tints of Medium Violet Red #B90B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 52.41%
G = 3.12%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B90B9D (or 0xB90B9D) is known color: Medium Violet Red. HEX triplet: B9, 0B and 9D. RGB value is (185,11,157). Sum of RGB (Red+Green+Blue) = 185+11+157=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90B9D is #46F462. Grayscale: #4F4F4F. Windows color (decimal): -4650083 or 10292153. OLE color: 10292153.

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

Color convert

RGB 185 11 157 -
CMYK 0 0.94 0.15 0.27
HSL 309.66º 0.89% 0.38% -
HSV(B) 309.66º 0.94% 0.73% -
XYZ 26.21 12.99 33.02 -
YUV 79.67 171.65 203.13 -
System Red Green Blue C M Y K H S L
Decimal 185 11 157 0 0.94 0.15 0.27 309.66 0.89 0.38
Hex B9 B 9D 0 5E F 1B 136 59 26
Octal 271 13 235 0 136 17 33 466 131 46
Binary 10111001 1011 10011101 0 1011110 1111 11011 100110110 1011001 100110

Color Harmonies of #B90B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B9D

Black with #B90B9D

Text Example


Text Example

White with #B90B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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