Html Css Color HEX #B6418F Medium Red Violet

📋 copy color: '#B6418F'

red 182 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #B6418F

Tints of Medium Red Violet #B6418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 46.67%
G = 16.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B6418F (or 0xB6418F) is known color: Medium Red Violet. HEX triplet: B6, 41 and 8F. RGB value is (182,65,143). Sum of RGB (Red+Green+Blue) = 182+65+143=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6418F is #49BE70. Grayscale: #6C6C6C. Windows color (decimal): -4832881 or 9388470. OLE color: 9388470.

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

Color convert

RGB 182 65 143 -
CMYK 0 0.64 0.21 0.29
HSL 320º 0.47% 0.48% -
HSV(B) 320º 0.64% 0.71% -
XYZ 26.14 15.71 27.64 -
YUV 108.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 182 65 143 0 0.64 0.21 0.29 320 0.47 0.48
Hex B6 41 8F 0 40 15 1D 140 2F 30
Octal 266 101 217 0 100 25 35 500 57 60
Binary 10110110 1000001 10001111 0 1000000 10101 11101 101000000 101111 110000

Color Harmonies of #B6418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6418F

Black with #B6418F

Text Example


Text Example

White with #B6418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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