Html Css Color HEX #B63F99 Medium Red Violet

📋 copy color: '#B63F99'

red 182 ◦ green 63 ◦ blue 153

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

Shades of Medium Red Violet #B63F99

Tints of Medium Red Violet #B63F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 45.73%
G = 15.83%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63F99 (or 0xB63F99) is known color: Medium Red Violet. HEX triplet: B6, 3F and 99. RGB value is (182,63,153). Sum of RGB (Red+Green+Blue) = 182+63+153=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F99 is #49C066. Grayscale: #6C6C6C. Windows color (decimal): -4833383 or 10043318. OLE color: 10043318.

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

Color convert

RGB 182 63 153 -
CMYK 0 0.65 0.16 0.29
HSL 314.62º 0.49% 0.48% -
HSV(B) 314.62º 0.65% 0.71% -
XYZ 26.82 15.8 31.77 -
YUV 108.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 182 63 153 0 0.65 0.16 0.29 314.62 0.49 0.48
Hex B6 3F 99 0 41 10 1D 13B 31 30
Octal 266 77 231 0 101 20 35 473 61 60
Binary 10110110 111111 10011001 0 1000001 10000 11101 100111011 110001 110000

Color Harmonies of #B63F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F99

Black with #B63F99

Text Example


Text Example

White with #B63F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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