Html Css Color HEX #B63991 Medium Red Violet

📋 copy color: '#B63991'

red 182 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #B63991

Tints of Medium Red Violet #B63991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 47.4%
G = 14.84%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B63991 (or 0xB63991) is known color: Medium Red Violet. HEX triplet: B6, 39 and 91. RGB value is (182,57,145). Sum of RGB (Red+Green+Blue) = 182+57+145=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B63991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63991 is #49C66E. Grayscale: #686868. Windows color (decimal): -4834927 or 9517494. OLE color: 9517494.

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

Color convert

RGB 182 57 145 -
CMYK 0 0.69 0.20 0.29
HSL 317.76º 0.52% 0.47% -
HSV(B) 317.76º 0.69% 0.71% -
XYZ 25.87 14.92 28.3 -
YUV 104.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 182 57 145 0 0.69 0.20 0.29 317.76 0.52 0.47
Hex B6 39 91 0 45 14 1D 13E 34 2F
Octal 266 71 221 0 105 24 35 476 64 57
Binary 10110110 111001 10010001 0 1000101 10100 11101 100111110 110100 101111

Color Harmonies of #B63991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63991

Black with #B63991

Text Example


Text Example

White with #B63991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63991; }

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

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

background-color css

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

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

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

border-color css

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

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

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