Html Css Color HEX #B63C7D Medium Red Violet

📋 copy color: '#B63C7D'

red 182 ◦ green 60 ◦ blue 125

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

Shades of Medium Red Violet #B63C7D

Tints of Medium Red Violet #B63C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 49.59%
G = 16.35%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B63C7D (or 0xB63C7D) is known color: Medium Red Violet. HEX triplet: B6, 3C and 7D. RGB value is (182,60,125). Sum of RGB (Red+Green+Blue) = 182+60+125=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C7D is #49C382. Grayscale: #676767. Windows color (decimal): -4834179 or 8207542. OLE color: 8207542.

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

Color convert

RGB 182 60 125 -
CMYK 0 0.67 0.31 0.29
HSL 328.03º 0.5% 0.47% -
HSV(B) 328.03º 0.67% 0.71% -
XYZ 24.61 14.66 20.93 -
YUV 103.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 182 60 125 0 0.67 0.31 0.29 328.03 0.5 0.47
Hex B6 3C 7D 0 43 1F 1D 148 32 2F
Octal 266 74 175 0 103 37 35 510 62 57
Binary 10110110 111100 1111101 0 1000011 11111 11101 101001000 110010 101111

Color Harmonies of #B63C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C7D

Black with #B63C7D

Text Example


Text Example

White with #B63C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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