Html Css Color HEX #B63994 Medium Red Violet

📋 copy color: '#B63994'

red 182 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #B63994

Tints of Medium Red Violet #B63994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.73%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 47.03%
G = 14.73%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B63994 (or 0xB63994) is known color: Medium Red Violet. HEX triplet: B6, 39 and 94. RGB value is (182,57,148). Sum of RGB (Red+Green+Blue) = 182+57+148=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B63994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63994 is #49C66B. Grayscale: #686868. Windows color (decimal): -4834924 or 9714102. OLE color: 9714102.

HSL color Cylindrical-coordinate representation of color #B63994: hue angle of 316.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63994 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 148 -
CMYK 0 0.69 0.19 0.29
HSL 316.32º 0.52% 0.47% -
HSV(B) 316.32º 0.69% 0.71% -
XYZ 26.1 15.01 29.54 -
YUV 104.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 182 57 148 0 0.69 0.19 0.29 316.32 0.52 0.47
Hex B6 39 94 0 45 13 1D 13C 34 2F
Octal 266 71 224 0 105 23 35 474 64 57
Binary 10110110 111001 10010100 0 1000101 10011 11101 100111100 110100 101111

Color Harmonies of #B63994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63994

Black with #B63994

Text Example


Text Example

White with #B63994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63994; }

 p { color: rgb(182,57,148); }

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

background-color css

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

 a { background-color: rgb(182,57,148); }

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

border-color css

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

 span { border-color: rgb(182,57,148); }

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