Html Css Color HEX #B8418E Medium Red Violet

📋 copy color: '#B8418E'

red 184 ◦ green 65 ◦ blue 142

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

Shades of Medium Red Violet #B8418E

Tints of Medium Red Violet #B8418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 47.06%
G = 16.62%
B = 36.32%

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

#B8418E (or 0xB8418E) is known color: Medium Red Violet. HEX triplet: B8, 41 and 8E. RGB value is (184,65,142). Sum of RGB (Red+Green+Blue) = 184+65+142=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8418E is #47BE71. Grayscale: #6D6D6D. Windows color (decimal): -4701810 or 9322936. OLE color: 9322936.

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

Color convert

RGB 184 65 142 -
CMYK 0 0.65 0.23 0.28
HSL 321.18º 0.48% 0.49% -
HSV(B) 321.18º 0.65% 0.72% -
XYZ 26.54 15.92 27.27 -
YUV 109.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 184 65 142 0 0.65 0.23 0.28 321.18 0.48 0.49
Hex B8 41 8E 0 41 17 1C 141 30 31
Octal 270 101 216 0 101 27 34 501 60 61
Binary 10111000 1000001 10001110 0 1000001 10111 11100 101000001 110000 110001

Color Harmonies of #B8418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8418E

Black with #B8418E

Text Example


Text Example

White with #B8418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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