#BD04BE

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

Shades of Deep Magenta #BD04BE

Tints of Deep Magenta #BD04BE

Color information

#BD04BE (or 0xBD04BE) is unknown color: approx Deep Magenta. HEX triplet: BD, 04 and BE. RGB value is (189,4,190). Sum of RGB (Red+Green+Blue) = 189+4+190=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04BE is #42FB41. Grayscale: #4F4F4F. Windows color (decimal): -4389698 or 12453053. OLE color: 12453053.

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

Color convert

RGB1894190-
CMYK0.010.9800.25
HSL299.68º95.88%38.04%-
HSV(B)299.68º97.89%74.51%-
XYZ30.3214.6249.94-
YUV80.52189.79205.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=49.35%
G=1.04%
B=49.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18941900.010.9800.25299.6895.8838.04
HexBD4BE16201912c6026
Octal2754276114203145414046
Binary1011110110010111110111000100110011001011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD04BE; }

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

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

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

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

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

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

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

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