Html Css Color HEX #B64280 Medium Red Violet

📋 copy color: '#B64280'

red 182 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #B64280

Tints of Medium Red Violet #B64280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 48.4%
G = 17.55%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B64280 (or 0xB64280) is known color: Medium Red Violet. HEX triplet: B6, 42 and 80. RGB value is (182,66,128). Sum of RGB (Red+Green+Blue) = 182+66+128=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B64280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64280 is #49BD7F. Grayscale: #6B6B6B. Windows color (decimal): -4832640 or 8405686. OLE color: 8405686.

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

Color convert

RGB 182 66 128 -
CMYK 0 0.64 0.30 0.29
HSL 327.93º 0.47% 0.49% -
HSV(B) 327.93º 0.64% 0.71% -
XYZ 25.14 15.4 22.07 -
YUV 107.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 182 66 128 0 0.64 0.30 0.29 327.93 0.47 0.49
Hex B6 42 80 0 40 1E 1D 148 2F 31
Octal 266 102 200 0 100 36 35 510 57 61
Binary 10110110 1000010 10000000 0 1000000 11110 11101 101001000 101111 110001

Color Harmonies of #B64280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64280

Black with #B64280

Text Example


Text Example

White with #B64280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64280; }

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

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

background-color css

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

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

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

border-color css

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

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

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