Html Css Color HEX #B64485 Medium Red Violet

📋 copy color: '#B64485'

red 182 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #B64485

Tints of Medium Red Violet #B64485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 47.52%
G = 17.75%
B = 34.73%

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

#B64485 (or 0xB64485) is known color: Medium Red Violet. HEX triplet: B6, 44 and 85. RGB value is (182,68,133). Sum of RGB (Red+Green+Blue) = 182+68+133=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64485 is #49BB7A. Grayscale: #6D6D6D. Windows color (decimal): -4832123 or 8733878. OLE color: 8733878.

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

Color convert

RGB 182 68 133 -
CMYK 0 0.63 0.27 0.29
HSL 325.79º 0.46% 0.49% -
HSV(B) 325.79º 0.63% 0.71% -
XYZ 25.59 15.77 23.89 -
YUV 109.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 182 68 133 0 0.63 0.27 0.29 325.79 0.46 0.49
Hex B6 44 85 0 3F 1B 1D 146 2E 31
Octal 266 104 205 0 77 33 35 506 56 61
Binary 10110110 1000100 10000101 0 111111 11011 11101 101000110 101110 110001

Color Harmonies of #B64485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64485

Black with #B64485

Text Example


Text Example

White with #B64485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64485; }

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

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

background-color css

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

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

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

border-color css

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

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

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