#BD0CBE

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

Shades of Deep Magenta #BD0CBE

Tints of Deep Magenta #BD0CBE

Color information

#BD0CBE (or 0xBD0CBE) is unknown color: approx Deep Magenta. HEX triplet: BD, 0C and BE. RGB value is (189,12,190). Sum of RGB (Red+Green+Blue) = 189+12+190=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD0CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CBE is #42F341. Grayscale: #545454. Windows color (decimal): -4387650 or 12455101. OLE color: 12455101.

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

Color convert

RGB18912190-
CMYK0.010.9400.25
HSL299.66º88.12%39.61%-
HSV(B)299.66º93.68%74.51%-
XYZ30.4114.849.97-
YUV85.21187.14202.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 12 (5.08% from 255) = 3.07%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=48.34%
G=3.07%
B=48.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189121900.010.9400.25299.6688.1239.61
HexBDCBE15E01912c5828
Octal27514276113603145413050
Binary10111101110010111110110111100110011001011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0CBE; }

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

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

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

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

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

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

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

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