Html Css Color HEX #B63C79 Medium Red Violet

📋 copy color: '#B63C79'

red 182 ◦ green 60 ◦ blue 121

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

Shades of Medium Red Violet #B63C79

Tints of Medium Red Violet #B63C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 50.14%
G = 16.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B63C79 (or 0xB63C79) is known color: Medium Red Violet. HEX triplet: B6, 3C and 79. RGB value is (182,60,121). Sum of RGB (Red+Green+Blue) = 182+60+121=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C79 is #49C386. Grayscale: #676767. Windows color (decimal): -4834183 or 7945398. OLE color: 7945398.

HSL color Cylindrical-coordinate representation of color #B63C79: hue angle of 330º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C79 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 121 -
CMYK 0 0.67 0.34 0.29
HSL 330º 0.5% 0.47% -
HSV(B) 330º 0.67% 0.71% -
XYZ 24.36 14.56 19.62 -
YUV 103.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 182 60 121 0 0.67 0.34 0.29 330 0.5 0.47
Hex B6 3C 79 0 43 22 1D 14A 32 2F
Octal 266 74 171 0 103 42 35 512 62 57
Binary 10110110 111100 1111001 0 1000011 100010 11101 101001010 110010 101111

Color Harmonies of #B63C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C79

Black with #B63C79

Text Example


Text Example

White with #B63C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C79; }

 p { color: rgb(182,60,121); }

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

background-color css

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

 a { background-color: rgb(182,60,121); }

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

border-color css

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

 span { border-color: rgb(182,60,121); }

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