Html Css Color HEX #B6409F Medium Red Violet

📋 copy color: '#B6409F'

red 182 ◦ green 64 ◦ blue 159

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

Shades of Medium Red Violet #B6409F

Tints of Medium Red Violet #B6409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 44.94%
G = 15.8%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6409F (or 0xB6409F) is known color: Medium Red Violet. HEX triplet: B6, 40 and 9F. RGB value is (182,64,159). Sum of RGB (Red+Green+Blue) = 182+64+159=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6409F is #49BF60. Grayscale: #6D6D6D. Windows color (decimal): -4833121 or 10436790. OLE color: 10436790.

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

Color convert

RGB 182 64 159 -
CMYK 0 0.65 0.13 0.29
HSL 311.69º 0.48% 0.48% -
HSV(B) 311.69º 0.65% 0.71% -
XYZ 27.38 16.12 34.47 -
YUV 110.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 182 64 159 0 0.65 0.13 0.29 311.69 0.48 0.48
Hex B6 40 9F 0 41 D 1D 138 30 30
Octal 266 100 237 0 101 15 35 470 60 60
Binary 10110110 1000000 10011111 0 1000001 1101 11101 100111000 110000 110000

Color Harmonies of #B6409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6409F

Black with #B6409F

Text Example


Text Example

White with #B6409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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