Html Css Color HEX #B64482 Medium Red Violet

📋 copy color: '#B64482'

red 182 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #B64482

Tints of Medium Red Violet #B64482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 47.89%
G = 17.89%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B64482 (or 0xB64482) is known color: Medium Red Violet. HEX triplet: B6, 44 and 82. RGB value is (182,68,130). Sum of RGB (Red+Green+Blue) = 182+68+130=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B64482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64482 is #49BB7D. Grayscale: #6D6D6D. Windows color (decimal): -4832126 or 8537270. OLE color: 8537270.

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

Color convert

RGB 182 68 130 -
CMYK 0 0.63 0.29 0.29
HSL 327.37º 0.46% 0.49% -
HSV(B) 327.37º 0.63% 0.71% -
XYZ 25.39 15.69 22.81 -
YUV 109.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 182 68 130 0 0.63 0.29 0.29 327.37 0.46 0.49
Hex B6 44 82 0 3F 1D 1D 147 2E 31
Octal 266 104 202 0 77 35 35 507 56 61
Binary 10110110 1000100 10000010 0 111111 11101 11101 101000111 101110 110001

Color Harmonies of #B64482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64482

Black with #B64482

Text Example


Text Example

White with #B64482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64482; }

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

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

background-color css

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

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

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

border-color css

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

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

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