Html Css Color HEX #B90E82 Medium Violet Red

📋 copy color: '#B90E82'

red 185 ◦ green 14 ◦ blue 130

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

Shades of Medium Violet Red #B90E82

Tints of Medium Violet Red #B90E82

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.26%

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

R = 56.23%
G = 4.26%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B90E82 (or 0xB90E82) is known color: Medium Violet Red. HEX triplet: B9, 0E and 82. RGB value is (185,14,130). Sum of RGB (Red+Green+Blue) = 185+14+130=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90E82 is #46F17D. Grayscale: #4E4E4E. Windows color (decimal): -4649342 or 8523449. OLE color: 8523449.

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

Color convert

RGB 185 14 130 -
CMYK 0 0.92 0.30 0.27
HSL 319.3º 0.86% 0.39% -
HSV(B) 319.3º 0.92% 0.73% -
XYZ 24.19 12.24 22.21 -
YUV 78.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 185 14 130 0 0.92 0.30 0.27 319.3 0.86 0.39
Hex B9 E 82 0 5C 1E 1B 13F 56 27
Octal 271 16 202 0 134 36 33 477 126 47
Binary 10111001 1110 10000010 0 1011100 11110 11011 100111111 1010110 100111

Color Harmonies of #B90E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E82

Black with #B90E82

Text Example


Text Example

White with #B90E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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