Html Css Color HEX #B63591 Medium Red Violet

📋 copy color: '#B63591'

red 182 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #B63591

Tints of Medium Red Violet #B63591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 47.89%
G = 13.95%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B63591 (or 0xB63591) is known color: Medium Red Violet. HEX triplet: B6, 35 and 91. RGB value is (182,53,145). Sum of RGB (Red+Green+Blue) = 182+53+145=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B63591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63591 is #49CA6E. Grayscale: #656565. Windows color (decimal): -4835951 or 9516470. OLE color: 9516470.

HSL color Cylindrical-coordinate representation of color #B63591: hue angle of 317.21º 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 #B63591 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 145 -
CMYK 0 0.71 0.20 0.29
HSL 317.21º 0.55% 0.46% -
HSV(B) 317.21º 0.71% 0.71% -
XYZ 25.68 14.54 28.24 -
YUV 102.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 182 53 145 0 0.71 0.20 0.29 317.21 0.55 0.46
Hex B6 35 91 0 47 14 1D 13D 37 2E
Octal 266 65 221 0 107 24 35 475 67 56
Binary 10110110 110101 10010001 0 1000111 10100 11101 100111101 110111 101110

Color Harmonies of #B63591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63591

Black with #B63591

Text Example


Text Example

White with #B63591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63591; }

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

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

background-color css

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

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

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

border-color css

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

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

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