Html Css Color HEX #B63C8F Medium Red Violet

📋 copy color: '#B63C8F'

red 182 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #B63C8F

Tints of Medium Red Violet #B63C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 47.27%
G = 15.58%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B63C8F (or 0xB63C8F) is known color: Medium Red Violet. HEX triplet: B6, 3C and 8F. RGB value is (182,60,143). Sum of RGB (Red+Green+Blue) = 182+60+143=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C8F is #49C370. Grayscale: #696969. Windows color (decimal): -4834161 or 9387190. OLE color: 9387190.

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

Color convert

RGB 182 60 143 -
CMYK 0 0.67 0.21 0.29
HSL 319.18º 0.5% 0.47% -
HSV(B) 319.18º 0.67% 0.71% -
XYZ 25.87 15.16 27.55 -
YUV 105.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 182 60 143 0 0.67 0.21 0.29 319.18 0.5 0.47
Hex B6 3C 8F 0 43 15 1D 13F 32 2F
Octal 266 74 217 0 103 25 35 477 62 57
Binary 10110110 111100 10001111 0 1000011 10101 11101 100111111 110010 101111

Color Harmonies of #B63C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C8F

Black with #B63C8F

Text Example


Text Example

White with #B63C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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