Html Css Color HEX #B6428D Medium Red Violet

📋 copy color: '#B6428D'

red 182 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #B6428D

Tints of Medium Red Violet #B6428D

RGB

 RED value IS 182 (71.48% from 255) = 46.79%

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 46.79%
G = 16.97%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6428D (or 0xB6428D) is known color: Medium Red Violet. HEX triplet: B6, 42 and 8D. RGB value is (182,66,141). Sum of RGB (Red+Green+Blue) = 182+66+141=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6428D is #49BD72. Grayscale: #6D6D6D. Windows color (decimal): -4832627 or 9257654. OLE color: 9257654.

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

Color convert

RGB 182 66 141 -
CMYK 0 0.64 0.23 0.29
HSL 321.21º 0.47% 0.49% -
HSV(B) 321.21º 0.64% 0.71% -
XYZ 26.05 15.76 26.87 -
YUV 109.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 182 66 141 0 0.64 0.23 0.29 321.21 0.47 0.49
Hex B6 42 8D 0 40 17 1D 141 2F 31
Octal 266 102 215 0 100 27 35 501 57 61
Binary 10110110 1000010 10001101 0 1000000 10111 11101 101000001 101111 110001

Color Harmonies of #B6428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6428D

Black with #B6428D

Text Example


Text Example

White with #B6428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6428D; }

 p { color: rgb(182,66,141); }

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

background-color css

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

 a { background-color: rgb(182,66,141); }

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

border-color css

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

 span { border-color: rgb(182,66,141); }

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