Html Css Color HEX #B8418A Medium Red Violet

📋 copy color: '#B8418A'

red 184 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #B8418A

Tints of Medium Red Violet #B8418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 47.55%
G = 16.8%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8418A (or 0xB8418A) is known color: Medium Red Violet. HEX triplet: B8, 41 and 8A. RGB value is (184,65,138). Sum of RGB (Red+Green+Blue) = 184+65+138=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8418A is #47BE75. Grayscale: #6C6C6C. Windows color (decimal): -4701814 or 9060792. OLE color: 9060792.

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

Color convert

RGB 184 65 138 -
CMYK 0 0.65 0.25 0.28
HSL 323.19º 0.48% 0.49% -
HSV(B) 323.19º 0.65% 0.72% -
XYZ 26.24 15.81 25.71 -
YUV 108.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 184 65 138 0 0.65 0.25 0.28 323.19 0.48 0.49
Hex B8 41 8A 0 41 19 1C 143 30 31
Octal 270 101 212 0 101 31 34 503 60 61
Binary 10111000 1000001 10001010 0 1000001 11001 11100 101000011 110000 110001

Color Harmonies of #B8418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8418A

Black with #B8418A

Text Example


Text Example

White with #B8418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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