Html Css Color HEX #B64291 Medium Red Violet

📋 copy color: '#B64291'

red 182 ◦ green 66 ◦ blue 145

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

Shades of Medium Red Violet #B64291

Tints of Medium Red Violet #B64291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 46.31%
G = 16.79%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64291 (or 0xB64291) is known color: Medium Red Violet. HEX triplet: B6, 42 and 91. RGB value is (182,66,145). Sum of RGB (Red+Green+Blue) = 182+66+145=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B64291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64291 is #49BD6E. Grayscale: #6D6D6D. Windows color (decimal): -4832623 or 9519798. OLE color: 9519798.

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

Color convert

RGB 182 66 145 -
CMYK 0 0.64 0.20 0.29
HSL 319.14º 0.47% 0.49% -
HSV(B) 319.14º 0.64% 0.71% -
XYZ 26.35 15.89 28.47 -
YUV 109.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 182 66 145 0 0.64 0.20 0.29 319.14 0.47 0.49
Hex B6 42 91 0 40 14 1D 13F 2F 31
Octal 266 102 221 0 100 24 35 477 57 61
Binary 10110110 1000010 10010001 0 1000000 10100 11101 100111111 101111 110001

Color Harmonies of #B64291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64291

Black with #B64291

Text Example


Text Example

White with #B64291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64291; }

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

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

background-color css

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

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

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

border-color css

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

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

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