Html Css Color HEX #B6428A Medium Red Violet

📋 copy color: '#B6428A'

red 182 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #B6428A

Tints of Medium Red Violet #B6428A

RGB

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

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

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

R = 47.15%
G = 17.1%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6428A (or 0xB6428A) is known color: Medium Red Violet. HEX triplet: B6, 42 and 8A. RGB value is (182,66,138). Sum of RGB (Red+Green+Blue) = 182+66+138=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6428A is #49BD75. Grayscale: #6C6C6C. Windows color (decimal): -4832630 or 9061046. OLE color: 9061046.

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

Color convert

RGB 182 66 138 -
CMYK 0 0.64 0.24 0.29
HSL 322.76º 0.47% 0.49% -
HSV(B) 322.76º 0.64% 0.71% -
XYZ 25.83 15.68 25.71 -
YUV 108.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 182 66 138 0 0.64 0.24 0.29 322.76 0.47 0.49
Hex B6 42 8A 0 40 18 1D 143 2F 31
Octal 266 102 212 0 100 30 35 503 57 61
Binary 10110110 1000010 10001010 0 1000000 11000 11101 101000011 101111 110001

Color Harmonies of #B6428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6428A

Black with #B6428A

Text Example


Text Example

White with #B6428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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