Html Css Color HEX #B6409B Medium Red Violet

📋 copy color: '#B6409B'

red 182 ◦ green 64 ◦ blue 155

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

Shades of Medium Red Violet #B6409B

Tints of Medium Red Violet #B6409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 45.39%
G = 15.96%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6409B (or 0xB6409B) is known color: Medium Red Violet. HEX triplet: B6, 40 and 9B. RGB value is (182,64,155). Sum of RGB (Red+Green+Blue) = 182+64+155=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6409B is #49BF64. Grayscale: #6D6D6D. Windows color (decimal): -4833125 or 10174646. OLE color: 10174646.

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

Color convert

RGB 182 64 155 -
CMYK 0 0.65 0.15 0.29
HSL 313.73º 0.48% 0.48% -
HSV(B) 313.73º 0.65% 0.71% -
XYZ 27.04 15.98 32.67 -
YUV 109.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 182 64 155 0 0.65 0.15 0.29 313.73 0.48 0.48
Hex B6 40 9B 0 41 F 1D 13A 30 30
Octal 266 100 233 0 101 17 35 472 60 60
Binary 10110110 1000000 10011011 0 1000001 1111 11101 100111010 110000 110000

Color Harmonies of #B6409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6409B

Black with #B6409B

Text Example


Text Example

White with #B6409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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