Html Css Color HEX #B64080 Medium Red Violet

📋 copy color: '#B64080'

red 182 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #B64080

Tints of Medium Red Violet #B64080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 48.66%
G = 17.11%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B64080 (or 0xB64080) is known color: Medium Red Violet. HEX triplet: B6, 40 and 80. RGB value is (182,64,128). Sum of RGB (Red+Green+Blue) = 182+64+128=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B64080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64080 is #49BF7F. Grayscale: #6A6A6A. Windows color (decimal): -4833152 or 8405174. OLE color: 8405174.

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

Color convert

RGB 182 64 128 -
CMYK 0 0.65 0.30 0.29
HSL 327.46º 0.48% 0.48% -
HSV(B) 327.46º 0.65% 0.71% -
XYZ 25.02 15.17 22.03 -
YUV 106.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 182 64 128 0 0.65 0.30 0.29 327.46 0.48 0.48
Hex B6 40 80 0 41 1E 1D 147 30 30
Octal 266 100 200 0 101 36 35 507 60 60
Binary 10110110 1000000 10000000 0 1000001 11110 11101 101000111 110000 110000

Color Harmonies of #B64080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64080

Black with #B64080

Text Example


Text Example

White with #B64080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64080; }

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

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

background-color css

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

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

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

border-color css

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

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

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