Html Css Color HEX #B90082 Medium Violet Red

📋 copy color: '#B90082'

red 185 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #B90082

Tints of Medium Violet Red #B90082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 58.73%
G = 0%
B = 41.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B90082 (or 0xB90082) is known color: Medium Violet Red. HEX triplet: B9, 00 and 82. RGB value is (185,0,130). Sum of RGB (Red+Green+Blue) = 185+0+130=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B90082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90082 is #46FF7D. Grayscale: #454545. Windows color (decimal): -4652926 or 8519865. OLE color: 8519865.

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

Color convert

RGB 185 0 130 -
CMYK 0 1 0.30 0.27
HSL 317.84º 1% 0.36% -
HSV(B) 317.84º 1% 0.73% -
XYZ 24.04 11.93 22.15 -
YUV 70.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 185 0 130 0 1 0.30 0.27 317.84 1 0.36
Hex B9 0 82 0 64 1E 1B 13E 64 24
Octal 271 0 202 0 144 36 33 476 144 44
Binary 10111001 0 10000010 0 1100100 11110 11011 100111110 1100100 100100

Color Harmonies of #B90082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90082

Black with #B90082

Text Example


Text Example

White with #B90082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90082; }

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

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

background-color css

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

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

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

border-color css

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

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

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