#BF1BCA

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

Shades of Deep Magenta #BF1BCA

Tints of Deep Magenta #BF1BCA

Color information

#BF1BCA (or 0xBF1BCA) is unknown color: approx Deep Magenta. HEX triplet: BF, 1B and CA. RGB value is (191,27,202). Sum of RGB (Red+Green+Blue) = 191+27+202=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BCA is #40E435. Grayscale: #5F5F5F. Windows color (decimal): -4252726 or 13245375. OLE color: 13245375.

HSL color Cylindrical-coordinate representation of color #BF1BCA: hue angle of 296.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1BCA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19127202-
CMYK0.050.8700.21
HSL296.23º76.42%44.9%-
HSV(B)296.23º86.63%79.22%-
XYZ32.5416.1257.27-
YUV95.99187.83195.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 27 (10.94% from 255) = 6.43%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=45.48%
G=6.43%
B=48.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191272020.050.8700.21296.2376.4244.9
HexBF1BCA5570151284c2d
Octal27733312512702545011455
Binary10111111110111100101010110101110101011001010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1BCA; }

 p { color: rgb(191,27,202); }

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

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

 a { background-color: rgb(191,27,202); }

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

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

 span { border-color: rgb(191,27,202); }

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