Html Css Color HEX #B64386 Medium Red Violet

📋 copy color: '#B64386'

red 182 ◦ green 67 ◦ blue 134

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

Shades of Medium Red Violet #B64386

Tints of Medium Red Violet #B64386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 47.52%
G = 17.49%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B64386 (or 0xB64386) is known color: Medium Red Violet. HEX triplet: B6, 43 and 86. RGB value is (182,67,134). Sum of RGB (Red+Green+Blue) = 182+67+134=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64386 is #49BC79. Grayscale: #6C6C6C. Windows color (decimal): -4832378 or 8799158. OLE color: 8799158.

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

Color convert

RGB 182 67 134 -
CMYK 0 0.63 0.26 0.29
HSL 325.04º 0.46% 0.49% -
HSV(B) 325.04º 0.63% 0.71% -
XYZ 25.6 15.68 24.23 -
YUV 109.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 182 67 134 0 0.63 0.26 0.29 325.04 0.46 0.49
Hex B6 43 86 0 3F 1A 1D 145 2E 31
Octal 266 103 206 0 77 32 35 505 56 61
Binary 10110110 1000011 10000110 0 111111 11010 11101 101000101 101110 110001

Color Harmonies of #B64386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64386

Black with #B64386

Text Example


Text Example

White with #B64386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64386; }

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

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

background-color css

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

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

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

border-color css

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

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

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