Html Css Color HEX #B804A0 Medium Violet Red

📋 copy color: '#B804A0'

red 184 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #B804A0

Tints of Medium Violet Red #B804A0

RGB

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

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

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

R = 52.87%
G = 1.15%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B804A0 (or 0xB804A0) is known color: Medium Violet Red. HEX triplet: B8, 04 and A0. RGB value is (184,4,160). Sum of RGB (Red+Green+Blue) = 184+4+160=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B804A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804A0 is #47FB5F. Grayscale: #4B4B4B. Windows color (decimal): -4717408 or 10486968. OLE color: 10486968.

HSL color Cylindrical-coordinate representation of color #B804A0: hue angle of 308º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804A0 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 160 -
CMYK 0 0.98 0.13 0.28
HSL 308º 0.96% 0.37% -
HSV(B) 308º 0.98% 0.72% -
XYZ 26.16 12.82 34.35 -
YUV 75.6 175.63 205.32 -
System Red Green Blue C M Y K H S L
Decimal 184 4 160 0 0.98 0.13 0.28 308 0.96 0.37
Hex B8 4 A0 0 62 D 1C 134 60 25
Octal 270 4 240 0 142 15 34 464 140 45
Binary 10111000 100 10100000 0 1100010 1101 11100 100110100 1100000 100101

Color Harmonies of #B804A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804A0

Black with #B804A0

Text Example


Text Example

White with #B804A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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