#BF26BE

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

Shades of Deep Magenta #BF26BE

Tints of Deep Magenta #BF26BE

Color information

#BF26BE (or 0xBF26BE) is unknown color: approx Deep Magenta. HEX triplet: BF, 26 and BE. RGB value is (191,38,190). Sum of RGB (Red+Green+Blue) = 191+38+190=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF26BE is #40D941. Grayscale: #646464. Windows color (decimal): -4249922 or 12461759. OLE color: 12461759.

HSL color Cylindrical-coordinate representation of color #BF26BE: hue angle of 300.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26BE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19138190-
CMYK00.800.010.25
HSL300.39º66.81%44.9%-
HSV(B)300.39º80.1%74.9%-
XYZ31.4716.1850.18-
YUV101.07178.19192.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 38 (15.23% from 255) = 9.07%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=45.58%
G=9.07%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913819000.800.010.25300.3966.8144.9
HexBF26BE05011912c432d
Octal27746276012013145410355
Binary1011111110011010111110010100001110011001011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26BE; }

 p { color: rgb(191,38,190); }

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

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

 a { background-color: rgb(191,38,190); }

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

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

 span { border-color: rgb(191,38,190); }

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