#bf21b6

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

Shades of Deep Magenta #BF21B6

Tints of Deep Magenta #BF21B6

Color information

#BF21B6 (or 0xBF21B6) is unknown color: approx Deep Magenta. HEX triplet: BF, 21 and B6. RGB value is (191,33,182). Sum of RGB (Red+Green+Blue) = 191+33+182=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21B6 is #40DE49. Grayscale: #606060. Windows color (decimal): -4251210 or 11936191. OLE color: 11936191.

HSL color Cylindrical-coordinate representation of color #BF21B6: hue angle of 303.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21B6 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19133182-
CMYK00.830.050.25
HSL303.42º70.54%43.92%-
HSV(B)303.42º82.72%74.9%-
XYZ30.4715.5445.65-
YUV97.23175.85194.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=47.04%
G=8.13%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913318200.830.050.25303.4270.5443.92
HexBF21B605351912f472c
Octal27741266012353145710754
Binary101111111000011011011001010011101110011001011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf21b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf21b6; }

 p { color: rgb(191,33,182); }

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

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

 a { background-color: rgb(191,33,182); }

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

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

 span { border-color: rgb(191,33,182); }

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