Html Css Color HEX #B64484 Medium Red Violet

📋 copy color: '#B64484'

red 182 ◦ green 68 ◦ blue 132

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

Shades of Medium Red Violet #B64484

Tints of Medium Red Violet #B64484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 47.64%
G = 17.8%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B64484 (or 0xB64484) is known color: Medium Red Violet. HEX triplet: B6, 44 and 84. RGB value is (182,68,132). Sum of RGB (Red+Green+Blue) = 182+68+132=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64484 is #49BB7B. Grayscale: #6D6D6D. Windows color (decimal): -4832124 or 8668342. OLE color: 8668342.

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

Color convert

RGB 182 68 132 -
CMYK 0 0.63 0.27 0.29
HSL 326.32º 0.46% 0.49% -
HSV(B) 326.32º 0.63% 0.71% -
XYZ 25.52 15.75 23.52 -
YUV 109.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 182 68 132 0 0.63 0.27 0.29 326.32 0.46 0.49
Hex B6 44 84 0 3F 1B 1D 146 2E 31
Octal 266 104 204 0 77 33 35 506 56 61
Binary 10110110 1000100 10000100 0 111111 11011 11101 101000110 101110 110001

Color Harmonies of #B64484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64484

Black with #B64484

Text Example


Text Example

White with #B64484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64484; }

 p { color: rgb(182,68,132); }

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

background-color css

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

 a { background-color: rgb(182,68,132); }

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

border-color css

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

 span { border-color: rgb(182,68,132); }

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