Html Css Color HEX #B7428E Medium Red Violet

📋 copy color: '#B7428E'

red 183 ◦ green 66 ◦ blue 142

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

Shades of Medium Red Violet #B7428E

Tints of Medium Red Violet #B7428E

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

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

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

R = 46.8%
G = 16.88%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7428E (or 0xB7428E) is known color: Medium Red Violet. HEX triplet: B7, 42 and 8E. RGB value is (183,66,142). Sum of RGB (Red+Green+Blue) = 183+66+142=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7428E is #48BD71. Grayscale: #6D6D6D. Windows color (decimal): -4767090 or 9323191. OLE color: 9323191.

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

Color convert

RGB 183 66 142 -
CMYK 0 0.64 0.22 0.28
HSL 321.03º 0.47% 0.49% -
HSV(B) 321.03º 0.64% 0.72% -
XYZ 26.36 15.92 27.27 -
YUV 109.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 183 66 142 0 0.64 0.22 0.28 321.03 0.47 0.49
Hex B7 42 8E 0 40 16 1C 141 2F 31
Octal 267 102 216 0 100 26 34 501 57 61
Binary 10110111 1000010 10001110 0 1000000 10110 11100 101000001 101111 110001

Color Harmonies of #B7428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7428E

Black with #B7428E

Text Example


Text Example

White with #B7428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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