Html Css Color HEX #B90182 Medium Violet Red

📋 copy color: '#B90182'

red 185 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #B90182

Tints of Medium Violet Red #B90182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 58.54%
G = 0.32%
B = 41.14%

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

#B90182 (or 0xB90182) is known color: Medium Violet Red. HEX triplet: B9, 01 and 82. RGB value is (185,1,130). Sum of RGB (Red+Green+Blue) = 185+1+130=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B90182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90182 is #46FE7D. Grayscale: #464646. Windows color (decimal): -4652670 or 8520121. OLE color: 8520121.

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

Color convert

RGB 185 1 130 -
CMYK 0 0.99 0.30 0.27
HSL 317.93º 0.99% 0.36% -
HSV(B) 317.93º 0.99% 0.73% -
XYZ 24.05 11.95 22.16 -
YUV 70.72 161.46 209.51 -
System Red Green Blue C M Y K H S L
Decimal 185 1 130 0 0.99 0.30 0.27 317.93 0.99 0.36
Hex B9 1 82 0 63 1E 1B 13E 63 24
Octal 271 1 202 0 143 36 33 476 143 44
Binary 10111001 1 10000010 0 1100011 11110 11011 100111110 1100011 100100

Color Harmonies of #B90182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90182

Black with #B90182

Text Example


Text Example

White with #B90182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90182; }

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

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

background-color css

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

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

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

border-color css

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

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

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