Html Css Color HEX #B63D8C Medium Red Violet

📋 copy color: '#B63D8C'

red 182 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #B63D8C

Tints of Medium Red Violet #B63D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 47.52%
G = 15.93%
B = 36.55%

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

#B63D8C (or 0xB63D8C) is known color: Medium Red Violet. HEX triplet: B6, 3D and 8C. RGB value is (182,61,140). Sum of RGB (Red+Green+Blue) = 182+61+140=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D8C is #49C273. Grayscale: #696969. Windows color (decimal): -4833908 or 9190838. OLE color: 9190838.

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

Color convert

RGB 182 61 140 -
CMYK 0 0.66 0.23 0.29
HSL 320.83º 0.5% 0.48% -
HSV(B) 320.83º 0.66% 0.71% -
XYZ 25.69 15.18 26.39 -
YUV 106.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 182 61 140 0 0.66 0.23 0.29 320.83 0.5 0.48
Hex B6 3D 8C 0 42 17 1D 141 32 30
Octal 266 75 214 0 102 27 35 501 62 60
Binary 10110110 111101 10001100 0 1000010 10111 11101 101000001 110010 110000

Color Harmonies of #B63D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D8C

Black with #B63D8C

Text Example


Text Example

White with #B63D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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