Html Css Color HEX #B8428E Medium Red Violet

📋 copy color: '#B8428E'

red 184 ◦ green 66 ◦ blue 142

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

Shades of Medium Red Violet #B8428E

Tints of Medium Red Violet #B8428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

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

R = 46.94%
G = 16.84%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8428E (or 0xB8428E) is known color: Medium Red Violet. HEX triplet: B8, 42 and 8E. RGB value is (184,66,142). Sum of RGB (Red+Green+Blue) = 184+66+142=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8428E is #47BD71. Grayscale: #6D6D6D. Windows color (decimal): -4701554 or 9323192. OLE color: 9323192.

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

Color convert

RGB 184 66 142 -
CMYK 0 0.64 0.23 0.28
HSL 321.36º 0.47% 0.49% -
HSV(B) 321.36º 0.64% 0.72% -
XYZ 26.6 16.04 27.29 -
YUV 109.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 184 66 142 0 0.64 0.23 0.28 321.36 0.47 0.49
Hex B8 42 8E 0 40 17 1C 141 2F 31
Octal 270 102 216 0 100 27 34 501 57 61
Binary 10111000 1000010 10001110 0 1000000 10111 11100 101000001 101111 110001

Color Harmonies of #B8428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8428E

Black with #B8428E

Text Example


Text Example

White with #B8428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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