Html Css Color HEX #B64384 Medium Red Violet

📋 copy color: '#B64384'

red 182 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #B64384

Tints of Medium Red Violet #B64384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

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

R = 47.77%
G = 17.59%
B = 34.65%

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

#B64384 (or 0xB64384) is known color: Medium Red Violet. HEX triplet: B6, 43 and 84. RGB value is (182,67,132). Sum of RGB (Red+Green+Blue) = 182+67+132=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64384 is #49BC7B. Grayscale: #6C6C6C. Windows color (decimal): -4832380 or 8668086. OLE color: 8668086.

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

Color convert

RGB 182 67 132 -
CMYK 0 0.63 0.27 0.29
HSL 326.09º 0.46% 0.49% -
HSV(B) 326.09º 0.63% 0.71% -
XYZ 25.46 15.63 23.5 -
YUV 108.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 182 67 132 0 0.63 0.27 0.29 326.09 0.46 0.49
Hex B6 43 84 0 3F 1B 1D 146 2E 31
Octal 266 103 204 0 77 33 35 506 56 61
Binary 10110110 1000011 10000100 0 111111 11011 11101 101000110 101110 110001

Color Harmonies of #B64384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64384

Black with #B64384

Text Example


Text Example

White with #B64384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64384; }

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

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

background-color css

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

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

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

border-color css

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

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

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