Html Css Color HEX #B90083 Medium Violet Red

📋 copy color: '#B90083'

red 185 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B90083

Tints of Medium Violet Red #B90083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.54%
G = 0%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B90083 (or 0xB90083) is known color: Medium Violet Red. HEX triplet: B9, 00 and 83. RGB value is (185,0,131). Sum of RGB (Red+Green+Blue) = 185+0+131=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B90083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90083 is #46FF7C. Grayscale: #454545. Windows color (decimal): -4652925 or 8585401. OLE color: 8585401.

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

Color convert

RGB 185 0 131 -
CMYK 0 1 0.29 0.27
HSL 317.51º 1% 0.36% -
HSV(B) 317.51º 1% 0.73% -
XYZ 24.1 11.95 22.51 -
YUV 70.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 185 0 131 0 1 0.29 0.27 317.51 1 0.36
Hex B9 0 83 0 64 1D 1B 13E 64 24
Octal 271 0 203 0 144 35 33 476 144 44
Binary 10111001 0 10000011 0 1100100 11101 11011 100111110 1100100 100100

Color Harmonies of #B90083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90083

Black with #B90083

Text Example


Text Example

White with #B90083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90083; }

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

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

background-color css

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

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

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

border-color css

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

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

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