#B80CA4

Color #B80CA4 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B80CA4

Tints of Medium Violet Red #B80CA4

Color information

#B80CA4 (or 0xB80CA4) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0C and A4. RGB value is (184,12,164). Sum of RGB (Red+Green+Blue) = 184+12+164=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CA4 is #47F35B. Grayscale: #505050. Windows color (decimal): -4715356 or 10751160. OLE color: 10751160.

HSL color Cylindrical-coordinate representation of color #B80CA4: hue angle of 306.98º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18412164-
CMYK00.930.110.28
HSL306.98º87.76%38.43%-
HSV(B)306.98º93.48%72.16%-
XYZ26.613.1336.26-
YUV80.76174.98201.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 12 (5.08% from 255) = 3.33%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=51.11%
G=3.33%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841216400.930.110.28306.9887.7638.43
HexB8CA405DB1C1335826
Octal270142440135133446313046
Binary10111000110010100100010111011011111001001100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80CA4; }

 p { color: rgb(184,12,164); }

 H1.HeaderClassName
 {
   color: #B80CA4;
 }
 .AnyTagClassName
 {
   color: #B80CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(184,12,164); }

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

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

 span { border-color: rgb(184,12,164); }

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