Html Css Color HEX #B63699 Medium Red Violet

📋 copy color: '#B63699'

red 182 ◦ green 54 ◦ blue 153

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

Shades of Medium Red Violet #B63699

Tints of Medium Red Violet #B63699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.88%

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

R = 46.79%
G = 13.88%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63699 (or 0xB63699) is known color: Medium Red Violet. HEX triplet: B6, 36 and 99. RGB value is (182,54,153). Sum of RGB (Red+Green+Blue) = 182+54+153=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B63699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63699 is #49C966. Grayscale: #676767. Windows color (decimal): -4835687 or 10041014. OLE color: 10041014.

HSL color Cylindrical-coordinate representation of color #B63699: hue angle of 313.59º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63699 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 153 -
CMYK 0 0.70 0.16 0.29
HSL 313.59º 0.54% 0.46% -
HSV(B) 313.59º 0.7% 0.71% -
XYZ 26.36 14.88 31.62 -
YUV 103.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 182 54 153 0 0.70 0.16 0.29 313.59 0.54 0.46
Hex B6 36 99 0 46 10 1D 13A 36 2E
Octal 266 66 231 0 106 20 35 472 66 56
Binary 10110110 110110 10011001 0 1000110 10000 11101 100111010 110110 101110

Color Harmonies of #B63699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63699

Black with #B63699

Text Example


Text Example

White with #B63699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63699; }

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

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

background-color css

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

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

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

border-color css

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

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

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