Html Css Color HEX #B63C8D Medium Red Violet

📋 copy color: '#B63C8D'

red 182 ◦ green 60 ◦ blue 141

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

Shades of Medium Red Violet #B63C8D

Tints of Medium Red Violet #B63C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 47.52%
G = 15.67%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B63C8D (or 0xB63C8D) is known color: Medium Red Violet. HEX triplet: B6, 3C and 8D. RGB value is (182,60,141). Sum of RGB (Red+Green+Blue) = 182+60+141=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C8D is #49C372. Grayscale: #696969. Windows color (decimal): -4834163 or 9256118. OLE color: 9256118.

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

Color convert

RGB 182 60 141 -
CMYK 0 0.67 0.23 0.29
HSL 320.16º 0.5% 0.47% -
HSV(B) 320.16º 0.67% 0.71% -
XYZ 25.71 15.1 26.76 -
YUV 105.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 182 60 141 0 0.67 0.23 0.29 320.16 0.5 0.47
Hex B6 3C 8D 0 43 17 1D 140 32 2F
Octal 266 74 215 0 103 27 35 500 62 57
Binary 10110110 111100 10001101 0 1000011 10111 11101 101000000 110010 101111

Color Harmonies of #B63C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C8D

Black with #B63C8D

Text Example


Text Example

White with #B63C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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