Html Css Color HEX #B63D8D Medium Red Violet

📋 copy color: '#B63D8D'

red 182 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #B63D8D

Tints of Medium Red Violet #B63D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.89%

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

R = 47.4%
G = 15.89%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B63D8D (or 0xB63D8D) is known color: Medium Red Violet. HEX triplet: B6, 3D and 8D. RGB value is (182,61,141). Sum of RGB (Red+Green+Blue) = 182+61+141=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D8D is #49C272. Grayscale: #6A6A6A. Windows color (decimal): -4833907 or 9256374. OLE color: 9256374.

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

Color convert

RGB 182 61 141 -
CMYK 0 0.66 0.23 0.29
HSL 320.33º 0.5% 0.48% -
HSV(B) 320.33º 0.66% 0.71% -
XYZ 25.77 15.21 26.78 -
YUV 106.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 182 61 141 0 0.66 0.23 0.29 320.33 0.5 0.48
Hex B6 3D 8D 0 42 17 1D 140 32 30
Octal 266 75 215 0 102 27 35 500 62 60
Binary 10110110 111101 10001101 0 1000010 10111 11101 101000000 110010 110000

Color Harmonies of #B63D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D8D

Black with #B63D8D

Text Example


Text Example

White with #B63D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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