Html Css Color HEX #B61590 Medium Violet Red

📋 copy color: '#B61590'

red 182 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #B61590

Tints of Medium Violet Red #B61590

RGB

 RED value IS 182 (71.48% from 255) = 52.45%

 GREEN value IS 21 (8.59% from 255) = 6.05%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 52.45%
G = 6.05%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B61590 (or 0xB61590) is known color: Medium Violet Red. HEX triplet: B6, 15 and 90. RGB value is (182,21,144). Sum of RGB (Red+Green+Blue) = 182+21+144=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B61590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61590 is #49EA6F. Grayscale: #525252. Windows color (decimal): -4844144 or 9442742. OLE color: 9442742.

HSL color Cylindrical-coordinate representation of color #B61590: hue angle of 314.16º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61590 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 144 -
CMYK 0 0.88 0.21 0.29
HSL 314.16º 0.79% 0.4% -
HSV(B) 314.16º 0.88% 0.71% -
XYZ 24.59 12.5 27.5 -
YUV 83.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 182 21 144 0 0.88 0.21 0.29 314.16 0.79 0.4
Hex B6 15 90 0 58 15 1D 13A 4F 28
Octal 266 25 220 0 130 25 35 472 117 50
Binary 10110110 10101 10010000 0 1011000 10101 11101 100111010 1001111 101000

Color Harmonies of #B61590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61590

Black with #B61590

Text Example


Text Example

White with #B61590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61590; }

 p { color: rgb(182,21,144); }

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

background-color css

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

 a { background-color: rgb(182,21,144); }

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

border-color css

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

 span { border-color: rgb(182,21,144); }

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