Html Css Color HEX #B64186 Medium Red Violet

📋 copy color: '#B64186'

red 182 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #B64186

Tints of Medium Red Violet #B64186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 47.77%
G = 17.06%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B64186 (or 0xB64186) is known color: Medium Red Violet. HEX triplet: B6, 41 and 86. RGB value is (182,65,134). Sum of RGB (Red+Green+Blue) = 182+65+134=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64186 is #49BE79. Grayscale: #6B6B6B. Windows color (decimal): -4832890 or 8798646. OLE color: 8798646.

HSL color Cylindrical-coordinate representation of color #B64186: hue angle of 324.62º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64186 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 134 -
CMYK 0 0.64 0.26 0.29
HSL 324.62º 0.47% 0.48% -
HSV(B) 324.62º 0.64% 0.71% -
XYZ 25.48 15.45 24.19 -
YUV 107.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 182 65 134 0 0.64 0.26 0.29 324.62 0.47 0.48
Hex B6 41 86 0 40 1A 1D 145 2F 30
Octal 266 101 206 0 100 32 35 505 57 60
Binary 10110110 1000001 10000110 0 1000000 11010 11101 101000101 101111 110000

Color Harmonies of #B64186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64186

Black with #B64186

Text Example


Text Example

White with #B64186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64186; }

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

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

background-color css

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

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

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

border-color css

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

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

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