Html Css Color HEX #B64286 Medium Red Violet

📋 copy color: '#B64286'

red 182 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #B64286

Tints of Medium Red Violet #B64286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 47.64%
G = 17.28%
B = 35.08%

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

#B64286 (or 0xB64286) is known color: Medium Red Violet. HEX triplet: B6, 42 and 86. RGB value is (182,66,134). Sum of RGB (Red+Green+Blue) = 182+66+134=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64286 is #49BD79. Grayscale: #6C6C6C. Windows color (decimal): -4832634 or 8798902. OLE color: 8798902.

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

Color convert

RGB 182 66 134 -
CMYK 0 0.64 0.26 0.29
HSL 324.83º 0.47% 0.49% -
HSV(B) 324.83º 0.64% 0.71% -
XYZ 25.54 15.56 24.21 -
YUV 108.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 182 66 134 0 0.64 0.26 0.29 324.83 0.47 0.49
Hex B6 42 86 0 40 1A 1D 145 2F 31
Octal 266 102 206 0 100 32 35 505 57 61
Binary 10110110 1000010 10000110 0 1000000 11010 11101 101000101 101111 110001

Color Harmonies of #B64286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64286

Black with #B64286

Text Example


Text Example

White with #B64286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64286; }

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

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

background-color css

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

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

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

border-color css

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

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

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