Html Css Color HEX #B6417F Medium Red Violet

📋 copy color: '#B6417F'

red 182 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #B6417F

Tints of Medium Red Violet #B6417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 48.66%
G = 17.38%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6417F (or 0xB6417F) is known color: Medium Red Violet. HEX triplet: B6, 41 and 7F. RGB value is (182,65,127). Sum of RGB (Red+Green+Blue) = 182+65+127=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6417F is #49BE80. Grayscale: #6A6A6A. Windows color (decimal): -4832897 or 8339894. OLE color: 8339894.

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

Color convert

RGB 182 65 127 -
CMYK 0 0.64 0.30 0.29
HSL 328.21º 0.47% 0.48% -
HSV(B) 328.21º 0.64% 0.71% -
XYZ 25.01 15.26 21.71 -
YUV 107.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 182 65 127 0 0.64 0.30 0.29 328.21 0.47 0.48
Hex B6 41 7F 0 40 1E 1D 148 2F 30
Octal 266 101 177 0 100 36 35 510 57 60
Binary 10110110 1000001 1111111 0 1000000 11110 11101 101001000 101111 110000

Color Harmonies of #B6417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6417F

Black with #B6417F

Text Example


Text Example

White with #B6417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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