Html Css Color HEX #B63D8F Medium Red Violet

📋 copy color: '#B63D8F'

red 182 ◦ green 61 ◦ blue 143

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

Shades of Medium Red Violet #B63D8F

Tints of Medium Red Violet #B63D8F

RGB

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

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

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

R = 47.15%
G = 15.8%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B63D8F (or 0xB63D8F) is known color: Medium Red Violet. HEX triplet: B6, 3D and 8F. RGB value is (182,61,143). Sum of RGB (Red+Green+Blue) = 182+61+143=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D8F is #49C270. Grayscale: #6A6A6A. Windows color (decimal): -4833905 or 9387446. OLE color: 9387446.

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

Color convert

RGB 182 61 143 -
CMYK 0 0.66 0.21 0.29
HSL 319.34º 0.5% 0.48% -
HSV(B) 319.34º 0.66% 0.71% -
XYZ 25.92 15.27 27.57 -
YUV 106.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 182 61 143 0 0.66 0.21 0.29 319.34 0.5 0.48
Hex B6 3D 8F 0 42 15 1D 13F 32 30
Octal 266 75 217 0 102 25 35 477 62 60
Binary 10110110 111101 10001111 0 1000010 10101 11101 100111111 110010 110000

Color Harmonies of #B63D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D8F

Black with #B63D8F

Text Example


Text Example

White with #B63D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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