Html Css Color HEX #B6408A Medium Red Violet

📋 copy color: '#B6408A'

red 182 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B6408A

Tints of Medium Red Violet #B6408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 47.4%
G = 16.67%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6408A (or 0xB6408A) is known color: Medium Red Violet. HEX triplet: B6, 40 and 8A. RGB value is (182,64,138). Sum of RGB (Red+Green+Blue) = 182+64+138=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B6408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6408A is #49BF75. Grayscale: #6B6B6B. Windows color (decimal): -4833142 or 9060534. OLE color: 9060534.

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

Color convert

RGB 182 64 138 -
CMYK 0 0.65 0.24 0.29
HSL 322.37º 0.48% 0.48% -
HSV(B) 322.37º 0.65% 0.71% -
XYZ 25.71 15.45 25.67 -
YUV 107.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 182 64 138 0 0.65 0.24 0.29 322.37 0.48 0.48
Hex B6 40 8A 0 41 18 1D 142 30 30
Octal 266 100 212 0 101 30 35 502 60 60
Binary 10110110 1000000 10001010 0 1000001 11000 11101 101000010 110000 110000

Color Harmonies of #B6408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6408A

Black with #B6408A

Text Example


Text Example

White with #B6408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6408A; }

 p { color: rgb(182,64,138); }

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

background-color css

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

 a { background-color: rgb(182,64,138); }

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

border-color css

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

 span { border-color: rgb(182,64,138); }

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