Html Css Color HEX #B63F8D Medium Red Violet

📋 copy color: '#B63F8D'

red 182 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #B63F8D

Tints of Medium Red Violet #B63F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 47.15%
G = 16.32%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B63F8D (or 0xB63F8D) is known color: Medium Red Violet. HEX triplet: B6, 3F and 8D. RGB value is (182,63,141). Sum of RGB (Red+Green+Blue) = 182+63+141=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F8D is #49C072. Grayscale: #6B6B6B. Windows color (decimal): -4833395 or 9256886. OLE color: 9256886.

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

Color convert

RGB 182 63 141 -
CMYK 0 0.65 0.23 0.29
HSL 320.67º 0.49% 0.48% -
HSV(B) 320.67º 0.65% 0.71% -
XYZ 25.88 15.42 26.81 -
YUV 107.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 182 63 141 0 0.65 0.23 0.29 320.67 0.49 0.48
Hex B6 3F 8D 0 41 17 1D 141 31 30
Octal 266 77 215 0 101 27 35 501 61 60
Binary 10110110 111111 10001101 0 1000001 10111 11101 101000001 110001 110000

Color Harmonies of #B63F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F8D

Black with #B63F8D

Text Example


Text Example

White with #B63F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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