Html Css Color HEX #B64287 Medium Red Violet

📋 copy color: '#B64287'

red 182 ◦ green 66 ◦ blue 135

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

Shades of Medium Red Violet #B64287

Tints of Medium Red Violet #B64287

RGB

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

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

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

R = 47.52%
G = 17.23%
B = 35.25%

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

#B64287 (or 0xB64287) is known color: Medium Red Violet. HEX triplet: B6, 42 and 87. RGB value is (182,66,135). Sum of RGB (Red+Green+Blue) = 182+66+135=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64287 is #49BD78. Grayscale: #6C6C6C. Windows color (decimal): -4832633 or 8864438. OLE color: 8864438.

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

Color convert

RGB 182 66 135 -
CMYK 0 0.64 0.26 0.29
HSL 324.31º 0.47% 0.49% -
HSV(B) 324.31º 0.64% 0.71% -
XYZ 25.61 15.59 24.58 -
YUV 108.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 182 66 135 0 0.64 0.26 0.29 324.31 0.47 0.49
Hex B6 42 87 0 40 1A 1D 144 2F 31
Octal 266 102 207 0 100 32 35 504 57 61
Binary 10110110 1000010 10000111 0 1000000 11010 11101 101000100 101111 110001

Color Harmonies of #B64287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64287

Black with #B64287

Text Example


Text Example

White with #B64287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64287; }

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

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

background-color css

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

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

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

border-color css

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

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

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