Html Css Color HEX #B64387 Medium Red Violet

📋 copy color: '#B64387'

red 182 ◦ green 67 ◦ blue 135

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

Shades of Medium Red Violet #B64387

Tints of Medium Red Violet #B64387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 47.4%
G = 17.45%
B = 35.16%

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

#B64387 (or 0xB64387) is known color: Medium Red Violet. HEX triplet: B6, 43 and 87. RGB value is (182,67,135). Sum of RGB (Red+Green+Blue) = 182+67+135=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B64387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64387 is #49BC78. Grayscale: #6C6C6C. Windows color (decimal): -4832377 or 8864694. OLE color: 8864694.

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

Color convert

RGB 182 67 135 -
CMYK 0 0.63 0.26 0.29
HSL 324.52º 0.46% 0.49% -
HSV(B) 324.52º 0.63% 0.71% -
XYZ 25.67 15.71 24.6 -
YUV 109.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 182 67 135 0 0.63 0.26 0.29 324.52 0.46 0.49
Hex B6 43 87 0 3F 1A 1D 145 2E 31
Octal 266 103 207 0 77 32 35 505 56 61
Binary 10110110 1000011 10000111 0 111111 11010 11101 101000101 101110 110001

Color Harmonies of #B64387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64387

Black with #B64387

Text Example


Text Example

White with #B64387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64387; }

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

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

background-color css

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

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

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

border-color css

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

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

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