#BD05BE

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

Shades of Deep Magenta #BD05BE

Tints of Deep Magenta #BD05BE

Color information

#BD05BE (or 0xBD05BE) is unknown color: approx Deep Magenta. HEX triplet: BD, 05 and BE. RGB value is (189,5,190). Sum of RGB (Red+Green+Blue) = 189+5+190=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05BE is #42FA41. Grayscale: #505050. Windows color (decimal): -4389442 or 12453309. OLE color: 12453309.

HSL color Cylindrical-coordinate representation of color #BD05BE: hue angle of 299.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD05BE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1895190-
CMYK0.010.9700.25
HSL299.68º94.87%38.24%-
HSV(B)299.68º97.37%74.51%-
XYZ30.3314.6549.94-
YUV81.11189.46204.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=49.22%
G=1.30%
B=49.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18951900.010.9700.25299.6894.8738.24
HexBD5BE16101912c5f26
Octal2755276114103145413746
Binary1011110110110111110111000010110011001011001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD05BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD05BE; }

 p { color: rgb(189,5,190); }

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

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

 a { background-color: rgb(189,5,190); }

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

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

 span { border-color: rgb(189,5,190); }

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