Html Css Color HEX #B8418D Medium Red Violet

📋 copy color: '#B8418D'

red 184 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #B8418D

Tints of Medium Red Violet #B8418D

RGB

 RED value IS 184 (72.27% from 255) = 47.18%

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

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 47.18%
G = 16.67%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8418D (or 0xB8418D) is known color: Medium Red Violet. HEX triplet: B8, 41 and 8D. RGB value is (184,65,141). Sum of RGB (Red+Green+Blue) = 184+65+141=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8418D is #47BE72. Grayscale: #6D6D6D. Windows color (decimal): -4701811 or 9257400. OLE color: 9257400.

HSL color Cylindrical-coordinate representation of color #B8418D: hue angle of 321.68º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8418D is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 141 -
CMYK 0 0.65 0.23 0.28
HSL 321.68º 0.48% 0.49% -
HSV(B) 321.68º 0.65% 0.72% -
XYZ 26.47 15.89 26.87 -
YUV 109.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 184 65 141 0 0.65 0.23 0.28 321.68 0.48 0.49
Hex B8 41 8D 0 41 17 1C 142 30 31
Octal 270 101 215 0 101 27 34 502 60 61
Binary 10111000 1000001 10001101 0 1000001 10111 11100 101000010 110000 110001

Color Harmonies of #B8418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8418D

Black with #B8418D

Text Example


Text Example

White with #B8418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8418D; }

 p { color: rgb(184,65,141); }

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

background-color css

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

 a { background-color: rgb(184,65,141); }

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

border-color css

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

 span { border-color: rgb(184,65,141); }

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