#BF008A

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

Shades of Medium Violet Red #BF008A

Tints of Medium Violet Red #BF008A

Color information

#BF008A (or 0xBF008A) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 8A. RGB value is (191,0,138). Sum of RGB (Red+Green+Blue) = 191+0+138=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008A is #40FF75. Grayscale: #484848. Windows color (decimal): -4259702 or 9044159. OLE color: 9044159.

HSL color Cylindrical-coordinate representation of color #BF008A: hue angle of 316.65º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF008A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB1910138-
CMYK010.280.25
HSL316.65º100%37.45%-
HSV(B)316.65º100%74.9%-
XYZ26.0712.9125.16-
YUV72.84164.78212.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=58.05%
G=0%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910138010.280.25316.6510037.45
HexBF08A0641C1913d6425
Octal27702120144343147514445
Binary101111110100010100110010011100110011001111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF008A; }

 p { color: rgb(191,0,138); }

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

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

 a { background-color: rgb(191,0,138); }

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

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

 span { border-color: rgb(191,0,138); }

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