Html Css Color HEX #B604A0 Medium Violet Red

📋 copy color: '#B604A0'

red 182 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #B604A0

Tints of Medium Violet Red #B604A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 52.6%
G = 1.16%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B604A0 (or 0xB604A0) is known color: Medium Violet Red. HEX triplet: B6, 04 and A0. RGB value is (182,4,160). Sum of RGB (Red+Green+Blue) = 182+4+160=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B604A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B604A0 is #49FB5F. Grayscale: #4A4A4A. Windows color (decimal): -4848480 or 10486966. OLE color: 10486966.

HSL color Cylindrical-coordinate representation of color #B604A0: hue angle of 307.42º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B604A0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 160 -
CMYK 0 0.98 0.12 0.29
HSL 307.42º 0.96% 0.36% -
HSV(B) 307.42º 0.98% 0.71% -
XYZ 25.68 12.57 34.33 -
YUV 75.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 182 4 160 0 0.98 0.12 0.29 307.42 0.96 0.36
Hex B6 4 A0 0 62 C 1D 133 60 24
Octal 266 4 240 0 142 14 35 463 140 44
Binary 10110110 100 10100000 0 1100010 1100 11101 100110011 1100000 100100

Color Harmonies of #B604A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B604A0

Black with #B604A0

Text Example


Text Example

White with #B604A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B604A0; }

 p { color: rgb(182,4,160); }

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

background-color css

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

 a { background-color: rgb(182,4,160); }

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

border-color css

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

 span { border-color: rgb(182,4,160); }

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