#BD0EB4

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

Shades of Deep Magenta #BD0EB4

Tints of Deep Magenta #BD0EB4

Color information

#BD0EB4 (or 0xBD0EB4) is unknown color: approx Deep Magenta. HEX triplet: BD, 0E and B4. RGB value is (189,14,180). Sum of RGB (Red+Green+Blue) = 189+14+180=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EB4 is #42F14B. Grayscale: #545454. Windows color (decimal): -4387148 or 11800253. OLE color: 11800253.

HSL color Cylindrical-coordinate representation of color #BD0EB4: hue angle of 303.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EB4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18914180-
CMYK00.930.050.26
HSL303.09º86.21%39.8%-
HSV(B)303.09º92.59%74.12%-
XYZ29.3814.4344.42-
YUV85.25181.48202-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 14 (5.86% from 255) = 3.66%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=49.35%
G=3.66%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891418000.930.050.26303.0986.2139.8
HexBDEB405D51A12f5628
Octal27516264013553245712650
Binary1011110111101011010001011101101110101001011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0EB4; }

 p { color: rgb(189,14,180); }

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

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

 a { background-color: rgb(189,14,180); }

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

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

 span { border-color: rgb(189,14,180); }

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