Html Css Color HEX #B64295 Medium Red Violet

📋 copy color: '#B64295'

red 182 ◦ green 66 ◦ blue 149

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

Shades of Medium Red Violet #B64295

Tints of Medium Red Violet #B64295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 45.84%
G = 16.62%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64295 (or 0xB64295) is known color: Medium Red Violet. HEX triplet: B6, 42 and 95. RGB value is (182,66,149). Sum of RGB (Red+Green+Blue) = 182+66+149=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B64295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64295 is #49BD6A. Grayscale: #6D6D6D. Windows color (decimal): -4832619 or 9781942. OLE color: 9781942.

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

Color convert

RGB 182 66 149 -
CMYK 0 0.64 0.18 0.29
HSL 317.07º 0.47% 0.49% -
HSV(B) 317.07º 0.64% 0.71% -
XYZ 26.66 16.01 30.12 -
YUV 110.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 182 66 149 0 0.64 0.18 0.29 317.07 0.47 0.49
Hex B6 42 95 0 40 12 1D 13D 2F 31
Octal 266 102 225 0 100 22 35 475 57 61
Binary 10110110 1000010 10010101 0 1000000 10010 11101 100111101 101111 110001

Color Harmonies of #B64295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64295

Black with #B64295

Text Example


Text Example

White with #B64295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64295; }

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

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

background-color css

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

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

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

border-color css

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

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

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