Html Css Color HEX #B63574 Medium Red Violet

📋 copy color: '#B63574'

red 182 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #B63574

Tints of Medium Red Violet #B63574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 51.85%
G = 15.1%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63574 (or 0xB63574) is known color: Medium Red Violet. HEX triplet: B6, 35 and 74. RGB value is (182,53,116). Sum of RGB (Red+Green+Blue) = 182+53+116=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B63574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63574 is #49CA8B. Grayscale: #626262. Windows color (decimal): -4835980 or 7615926. OLE color: 7615926.

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

Color convert

RGB 182 53 116 -
CMYK 0 0.71 0.36 0.29
HSL 330.7º 0.55% 0.46% -
HSV(B) 330.7º 0.71% 0.71% -
XYZ 23.72 13.75 17.93 -
YUV 98.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 182 53 116 0 0.71 0.36 0.29 330.7 0.55 0.46
Hex B6 35 74 0 47 24 1D 14B 37 2E
Octal 266 65 164 0 107 44 35 513 67 56
Binary 10110110 110101 1110100 0 1000111 100100 11101 101001011 110111 101110

Color Harmonies of #B63574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63574

Black with #B63574

Text Example


Text Example

White with #B63574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63574; }

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

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

background-color css

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

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

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

border-color css

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

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

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