Html Css Color HEX #B904A4 Medium Violet Red

📋 copy color: '#B904A4'

red 185 ◦ green 4 ◦ blue 164

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

Shades of Medium Violet Red #B904A4

Tints of Medium Violet Red #B904A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.46%

R = 52.41%
G = 1.13%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B904A4 (or 0xB904A4) is known color: Medium Violet Red. HEX triplet: B9, 04 and A4. RGB value is (185,4,164). Sum of RGB (Red+Green+Blue) = 185+4+164=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B904A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904A4 is #46FB5B. Grayscale: #4B4B4B. Windows color (decimal): -4651868 or 10749113. OLE color: 10749113.

HSL color Cylindrical-coordinate representation of color #B904A4: hue angle of 306.96º 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 #B904A4 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 164 -
CMYK 0 0.98 0.11 0.27
HSL 306.96º 0.96% 0.37% -
HSV(B) 306.96º 0.98% 0.73% -
XYZ 26.75 13.08 36.24 -
YUV 76.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 185 4 164 0 0.98 0.11 0.27 306.96 0.96 0.37
Hex B9 4 A4 0 62 B 1B 133 60 25
Octal 271 4 244 0 142 13 33 463 140 45
Binary 10111001 100 10100100 0 1100010 1011 11011 100110011 1100000 100101

Color Harmonies of #B904A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904A4

Black with #B904A4

Text Example


Text Example

White with #B904A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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