Html Css Color HEX #B64282 Medium Red Violet

📋 copy color: '#B64282'

red 182 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #B64282

Tints of Medium Red Violet #B64282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 48.15%
G = 17.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B64282 (or 0xB64282) is known color: Medium Red Violet. HEX triplet: B6, 42 and 82. RGB value is (182,66,130). Sum of RGB (Red+Green+Blue) = 182+66+130=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B64282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64282 is #49BD7D. Grayscale: #6B6B6B. Windows color (decimal): -4832638 or 8536758. OLE color: 8536758.

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

Color convert

RGB 182 66 130 -
CMYK 0 0.64 0.29 0.29
HSL 326.9º 0.47% 0.49% -
HSV(B) 326.9º 0.64% 0.71% -
XYZ 25.27 15.45 22.77 -
YUV 107.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 182 66 130 0 0.64 0.29 0.29 326.9 0.47 0.49
Hex B6 42 82 0 40 1D 1D 147 2F 31
Octal 266 102 202 0 100 35 35 507 57 61
Binary 10110110 1000010 10000010 0 1000000 11101 11101 101000111 101111 110001

Color Harmonies of #B64282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64282

Black with #B64282

Text Example


Text Example

White with #B64282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64282; }

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

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

background-color css

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

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

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

border-color css

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

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

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