Html Css Color HEX #B6419B Medium Red Violet

📋 copy color: '#B6419B'

red 182 ◦ green 65 ◦ blue 155

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

Shades of Medium Red Violet #B6419B

Tints of Medium Red Violet #B6419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 45.27%
G = 16.17%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6419B (or 0xB6419B) is known color: Medium Red Violet. HEX triplet: B6, 41 and 9B. RGB value is (182,65,155). Sum of RGB (Red+Green+Blue) = 182+65+155=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6419B is #49BE64. Grayscale: #6E6E6E. Windows color (decimal): -4832869 or 10174902. OLE color: 10174902.

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

Color convert

RGB 182 65 155 -
CMYK 0 0.64 0.15 0.29
HSL 313.85º 0.47% 0.48% -
HSV(B) 313.85º 0.64% 0.71% -
XYZ 27.1 16.09 32.69 -
YUV 110.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 182 65 155 0 0.64 0.15 0.29 313.85 0.47 0.48
Hex B6 41 9B 0 40 F 1D 13A 2F 30
Octal 266 101 233 0 100 17 35 472 57 60
Binary 10110110 1000001 10011011 0 1000000 1111 11101 100111010 101111 110000

Color Harmonies of #B6419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6419B

Black with #B6419B

Text Example


Text Example

White with #B6419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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