Html Css Color HEX #B63D87 Medium Red Violet

📋 copy color: '#B63D87'

red 182 ◦ green 61 ◦ blue 135

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

Shades of Medium Red Violet #B63D87

Tints of Medium Red Violet #B63D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 48.15%
G = 16.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B63D87 (or 0xB63D87) is known color: Medium Red Violet. HEX triplet: B6, 3D and 87. RGB value is (182,61,135). Sum of RGB (Red+Green+Blue) = 182+61+135=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D87 is #49C278. Grayscale: #696969. Windows color (decimal): -4833913 or 8863158. OLE color: 8863158.

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

Color convert

RGB 182 61 135 -
CMYK 0 0.66 0.26 0.29
HSL 323.31º 0.5% 0.48% -
HSV(B) 323.31º 0.66% 0.71% -
XYZ 25.33 15.03 24.49 -
YUV 105.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 182 61 135 0 0.66 0.26 0.29 323.31 0.5 0.48
Hex B6 3D 87 0 42 1A 1D 143 32 30
Octal 266 75 207 0 102 32 35 503 62 60
Binary 10110110 111101 10000111 0 1000010 11010 11101 101000011 110010 110000

Color Harmonies of #B63D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D87

Black with #B63D87

Text Example


Text Example

White with #B63D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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