Html Css Color HEX #B904A0 Medium Violet Red

📋 copy color: '#B904A0'

red 185 ◦ green 4 ◦ blue 160

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

Shades of Medium Violet Red #B904A0

Tints of Medium Violet Red #B904A0

RGB

 RED value IS 185 (72.66% from 255) = 53.01%

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

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

R = 53.01%
G = 1.15%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B904A0 (or 0xB904A0) is known color: Medium Violet Red. HEX triplet: B9, 04 and A0. RGB value is (185,4,160). Sum of RGB (Red+Green+Blue) = 185+4+160=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B904A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904A0 is #46FB5F. Grayscale: #4B4B4B. Windows color (decimal): -4651872 or 10486969. OLE color: 10486969.

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

Color convert

RGB 185 4 160 -
CMYK 0 0.98 0.14 0.27
HSL 308.29º 0.96% 0.37% -
HSV(B) 308.29º 0.98% 0.73% -
XYZ 26.4 12.94 34.36 -
YUV 75.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 185 4 160 0 0.98 0.14 0.27 308.29 0.96 0.37
Hex B9 4 A0 0 62 E 1B 134 60 25
Octal 271 4 240 0 142 16 33 464 140 45
Binary 10111001 100 10100000 0 1100010 1110 11011 100110100 1100000 100101

Color Harmonies of #B904A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904A0

Black with #B904A0

Text Example


Text Example

White with #B904A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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