Html Css Color HEX #B63F80 Medium Red Violet

📋 copy color: '#B63F80'

red 182 ◦ green 63 ◦ blue 128

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

Shades of Medium Red Violet #B63F80

Tints of Medium Red Violet #B63F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 48.79%
G = 16.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B63F80 (or 0xB63F80) is known color: Medium Red Violet. HEX triplet: B6, 3F and 80. RGB value is (182,63,128). Sum of RGB (Red+Green+Blue) = 182+63+128=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F80 is #49C07F. Grayscale: #696969. Windows color (decimal): -4833408 or 8404918. OLE color: 8404918.

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

Color convert

RGB 182 63 128 -
CMYK 0 0.65 0.30 0.29
HSL 327.23º 0.49% 0.48% -
HSV(B) 327.23º 0.65% 0.71% -
XYZ 24.97 15.06 22.01 -
YUV 105.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 182 63 128 0 0.65 0.30 0.29 327.23 0.49 0.48
Hex B6 3F 80 0 41 1E 1D 147 31 30
Octal 266 77 200 0 101 36 35 507 61 60
Binary 10110110 111111 10000000 0 1000001 11110 11101 101000111 110001 110000

Color Harmonies of #B63F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F80

Black with #B63F80

Text Example


Text Example

White with #B63F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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