Html Css Color HEX #B63D81 Medium Red Violet

📋 copy color: '#B63D81'

red 182 ◦ green 61 ◦ blue 129

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

Shades of Medium Red Violet #B63D81

Tints of Medium Red Violet #B63D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 48.92%
G = 16.4%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B63D81 (or 0xB63D81) is known color: Medium Red Violet. HEX triplet: B6, 3D and 81. RGB value is (182,61,129). Sum of RGB (Red+Green+Blue) = 182+61+129=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D81 is #49C27E. Grayscale: #686868. Windows color (decimal): -4833919 or 8469942. OLE color: 8469942.

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

Color convert

RGB 182 61 129 -
CMYK 0 0.66 0.29 0.29
HSL 326.28º 0.5% 0.48% -
HSV(B) 326.28º 0.66% 0.71% -
XYZ 24.92 14.87 22.33 -
YUV 104.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 182 61 129 0 0.66 0.29 0.29 326.28 0.5 0.48
Hex B6 3D 81 0 42 1D 1D 146 32 30
Octal 266 75 201 0 102 35 35 506 62 60
Binary 10110110 111101 10000001 0 1000010 11101 11101 101000110 110010 110000

Color Harmonies of #B63D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D81

Black with #B63D81

Text Example


Text Example

White with #B63D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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