Html Css Color HEX #B90983 Medium Violet Red

📋 copy color: '#B90983'

red 185 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #B90983

Tints of Medium Violet Red #B90983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 56.92%
G = 2.77%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B90983 (or 0xB90983) is known color: Medium Violet Red. HEX triplet: B9, 09 and 83. RGB value is (185,9,131). Sum of RGB (Red+Green+Blue) = 185+9+131=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B90983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90983 is #46F67C. Grayscale: #4B4B4B. Windows color (decimal): -4650621 or 8587705. OLE color: 8587705.

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

Color convert

RGB 185 9 131 -
CMYK 0 0.95 0.29 0.27
HSL 318.41º 0.91% 0.38% -
HSV(B) 318.41º 0.95% 0.73% -
XYZ 24.2 12.15 22.54 -
YUV 75.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 185 9 131 0 0.95 0.29 0.27 318.41 0.91 0.38
Hex B9 9 83 0 5F 1D 1B 13E 5B 26
Octal 271 11 203 0 137 35 33 476 133 46
Binary 10111001 1001 10000011 0 1011111 11101 11011 100111110 1011011 100110

Color Harmonies of #B90983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90983

Black with #B90983

Text Example


Text Example

White with #B90983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90983; }

 p { color: rgb(185,9,131); }

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

background-color css

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

 a { background-color: rgb(185,9,131); }

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

border-color css

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

 span { border-color: rgb(185,9,131); }

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