Html Css Color HEX #B90282 Medium Violet Red

📋 copy color: '#B90282'

red 185 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B90282

Tints of Medium Violet Red #B90282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 58.36%
G = 0.63%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B90282 (or 0xB90282) is known color: Medium Violet Red. HEX triplet: B9, 02 and 82. RGB value is (185,2,130). Sum of RGB (Red+Green+Blue) = 185+2+130=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B90282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90282 is #46FD7D. Grayscale: #464646. Windows color (decimal): -4652414 or 8520377. OLE color: 8520377.

HSL color Cylindrical-coordinate representation of color #B90282: hue angle of 318.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90282 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 130 -
CMYK 0 0.99 0.30 0.27
HSL 318.03º 0.98% 0.37% -
HSV(B) 318.03º 0.99% 0.73% -
XYZ 24.06 11.97 22.16 -
YUV 71.31 161.13 209.09 -
System Red Green Blue C M Y K H S L
Decimal 185 2 130 0 0.99 0.30 0.27 318.03 0.98 0.37
Hex B9 2 82 0 63 1E 1B 13E 62 25
Octal 271 2 202 0 143 36 33 476 142 45
Binary 10111001 10 10000010 0 1100011 11110 11011 100111110 1100010 100101

Color Harmonies of #B90282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90282

Black with #B90282

Text Example


Text Example

White with #B90282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90282; }

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

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

background-color css

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

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

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

border-color css

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

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

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