Html Css Color HEX #B64391 Medium Red Violet

📋 copy color: '#B64391'

red 182 ◦ green 67 ◦ blue 145

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

Shades of Medium Red Violet #B64391

Tints of Medium Red Violet #B64391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 46.19%
G = 17.01%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64391 (or 0xB64391) is known color: Medium Red Violet. HEX triplet: B6, 43 and 91. RGB value is (182,67,145). Sum of RGB (Red+Green+Blue) = 182+67+145=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B64391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64391 is #49BC6E. Grayscale: #6E6E6E. Windows color (decimal): -4832367 or 9520054. OLE color: 9520054.

HSL color Cylindrical-coordinate representation of color #B64391: hue angle of 319.3º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64391 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 145 -
CMYK 0 0.63 0.20 0.29
HSL 319.3º 0.46% 0.49% -
HSV(B) 319.3º 0.63% 0.71% -
XYZ 26.41 16 28.49 -
YUV 110.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 182 67 145 0 0.63 0.20 0.29 319.3 0.46 0.49
Hex B6 43 91 0 3F 14 1D 13F 2E 31
Octal 266 103 221 0 77 24 35 477 56 61
Binary 10110110 1000011 10010001 0 111111 10100 11101 100111111 101110 110001

Color Harmonies of #B64391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64391

Black with #B64391

Text Example


Text Example

White with #B64391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64391; }

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

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

background-color css

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

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

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

border-color css

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

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

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