#BF0BCA

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

Shades of Deep Magenta #BF0BCA

Tints of Deep Magenta #BF0BCA

Color information

#BF0BCA (or 0xBF0BCA) is unknown color: approx Deep Magenta. HEX triplet: BF, 0B and CA. RGB value is (191,11,202). Sum of RGB (Red+Green+Blue) = 191+11+202=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF0BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BCA is #40F435. Grayscale: #565656. Windows color (decimal): -4256822 or 13241279. OLE color: 13241279.

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

Color convert

RGB19111202-
CMYK0.050.9500.21
HSL296.54º89.67%41.76%-
HSV(B)296.54º94.55%79.22%-
XYZ32.2715.5857.18-
YUV86.59193.13202.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 11 (4.69% from 255) = 2.72%
BLUE value IS 202 (79.30% from 255) = 50%
R=47.28%
G=2.72%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191112020.050.9500.21296.5489.6741.76
HexBFBCA55F0151295a2a
Octal27713312513702545113252
Binary1011111110111100101010110111110101011001010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0BCA; }

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

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

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

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

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

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

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

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