Html Css Color HEX #B8407E Medium Red Violet

📋 copy color: '#B8407E'

red 184 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #B8407E

Tints of Medium Red Violet #B8407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 49.2%
G = 17.11%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8407E (or 0xB8407E) is known color: Medium Red Violet. HEX triplet: B8, 40 and 7E. RGB value is (184,64,126). Sum of RGB (Red+Green+Blue) = 184+64+126=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8407E is #47BF81. Grayscale: #6A6A6A. Windows color (decimal): -4702082 or 8274104. OLE color: 8274104.

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

Color convert

RGB 184 64 126 -
CMYK 0 0.65 0.32 0.28
HSL 329º 0.48% 0.49% -
HSV(B) 329º 0.65% 0.72% -
XYZ 25.37 15.36 21.37 -
YUV 106.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 184 64 126 0 0.65 0.32 0.28 329 0.48 0.49
Hex B8 40 7E 0 41 20 1C 149 30 31
Octal 270 100 176 0 101 40 34 511 60 61
Binary 10111000 1000000 1111110 0 1000001 100000 11100 101001001 110000 110001

Color Harmonies of #B8407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8407E

Black with #B8407E

Text Example


Text Example

White with #B8407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8407E; }

 p { color: rgb(184,64,126); }

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

background-color css

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

 a { background-color: rgb(184,64,126); }

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

border-color css

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

 span { border-color: rgb(184,64,126); }

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