Html Css Color HEX #B63C7F Medium Red Violet

📋 copy color: '#B63C7F'

red 182 ◦ green 60 ◦ blue 127

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

Shades of Medium Red Violet #B63C7F

Tints of Medium Red Violet #B63C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 49.32%
G = 16.26%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B63C7F (or 0xB63C7F) is known color: Medium Red Violet. HEX triplet: B6, 3C and 7F. RGB value is (182,60,127). Sum of RGB (Red+Green+Blue) = 182+60+127=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C7F is #49C380. Grayscale: #676767. Windows color (decimal): -4834177 or 8338614. OLE color: 8338614.

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

Color convert

RGB 182 60 127 -
CMYK 0 0.67 0.30 0.29
HSL 327.05º 0.5% 0.47% -
HSV(B) 327.05º 0.67% 0.71% -
XYZ 24.74 14.71 21.61 -
YUV 104.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 182 60 127 0 0.67 0.30 0.29 327.05 0.5 0.47
Hex B6 3C 7F 0 43 1E 1D 147 32 2F
Octal 266 74 177 0 103 36 35 507 62 57
Binary 10110110 111100 1111111 0 1000011 11110 11101 101000111 110010 101111

Color Harmonies of #B63C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C7F

Black with #B63C7F

Text Example


Text Example

White with #B63C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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