Html Css Color HEX #B63580 Medium Red Violet

📋 copy color: '#B63580'

red 182 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #B63580

Tints of Medium Red Violet #B63580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 50.14%
G = 14.6%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B63580 (or 0xB63580) is known color: Medium Red Violet. HEX triplet: B6, 35 and 80. RGB value is (182,53,128). Sum of RGB (Red+Green+Blue) = 182+53+128=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B63580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63580 is #49CA7F. Grayscale: #636363. Windows color (decimal): -4835968 or 8402358. OLE color: 8402358.

HSL color Cylindrical-coordinate representation of color #B63580: hue angle of 325.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63580 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 128 -
CMYK 0 0.71 0.30 0.29
HSL 325.12º 0.55% 0.46% -
HSV(B) 325.12º 0.71% 0.71% -
XYZ 24.46 14.05 21.84 -
YUV 100.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 182 53 128 0 0.71 0.30 0.29 325.12 0.55 0.46
Hex B6 35 80 0 47 1E 1D 145 37 2E
Octal 266 65 200 0 107 36 35 505 67 56
Binary 10110110 110101 10000000 0 1000111 11110 11101 101000101 110111 101110

Color Harmonies of #B63580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63580

Black with #B63580

Text Example


Text Example

White with #B63580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63580; }

 p { color: rgb(182,53,128); }

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

background-color css

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

 a { background-color: rgb(182,53,128); }

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

border-color css

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

 span { border-color: rgb(182,53,128); }

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