#bf0dc1

Color #BF0DC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BF0DC1

Tints of Deep Magenta #BF0DC1

Color information

#BF0DC1 (or 0xBF0DC1) is unknown color: approx Deep Magenta. HEX triplet: BF, 0D and C1. RGB value is (191,13,193). Sum of RGB (Red+Green+Blue) = 191+13+193=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF0DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DC1 is #40F23E. Grayscale: #565656. Windows color (decimal): -4256319 or 12651967. OLE color: 12651967.

HSL color Cylindrical-coordinate representation of color #BF0DC1: hue angle of 299.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DC1 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19113193-
CMYK0.010.9300.24
HSL299.33º87.38%40.39%-
HSV(B)299.33º93.26%75.69%-
XYZ31.2615.2151.74-
YUV86.74187.97202.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=48.11%
G=3.27%
B=48.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191131930.010.9300.24299.3387.3840.39
HexBFDC115D01812b5728
Octal27715301113503045312750
Binary10111111110111000001110111010110001001010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0dc1; }

 p { color: rgb(191,13,193); }

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

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

 a { background-color: rgb(191,13,193); }

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

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

 span { border-color: rgb(191,13,193); }

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