Html Css Color HEX #B64095 Medium Red Violet

📋 copy color: '#B64095'

red 182 ◦ green 64 ◦ blue 149

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

Shades of Medium Red Violet #B64095

Tints of Medium Red Violet #B64095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 46.08%
G = 16.2%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64095 (or 0xB64095) is known color: Medium Red Violet. HEX triplet: B6, 40 and 95. RGB value is (182,64,149). Sum of RGB (Red+Green+Blue) = 182+64+149=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B64095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64095 is #49BF6A. Grayscale: #6C6C6C. Windows color (decimal): -4833131 or 9781430. OLE color: 9781430.

HSL color Cylindrical-coordinate representation of color #B64095: hue angle of 316.78º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64095 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 149 -
CMYK 0 0.65 0.18 0.29
HSL 316.78º 0.48% 0.48% -
HSV(B) 316.78º 0.65% 0.71% -
XYZ 26.55 15.78 30.08 -
YUV 108.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 182 64 149 0 0.65 0.18 0.29 316.78 0.48 0.48
Hex B6 40 95 0 41 12 1D 13D 30 30
Octal 266 100 225 0 101 22 35 475 60 60
Binary 10110110 1000000 10010101 0 1000001 10010 11101 100111101 110000 110000

Color Harmonies of #B64095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64095

Black with #B64095

Text Example


Text Example

White with #B64095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64095; }

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

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

background-color css

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

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

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

border-color css

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

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

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