#BD07C0

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

Shades of Deep Magenta #BD07C0

Tints of Deep Magenta #BD07C0

Color information

#BD07C0 (or 0xBD07C0) is unknown color: approx Deep Magenta. HEX triplet: BD, 07 and C0. RGB value is (189,7,192). Sum of RGB (Red+Green+Blue) = 189+7+192=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD07C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07C0 is #42F83F. Grayscale: #515151. Windows color (decimal): -4388928 or 12584893. OLE color: 12584893.

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

Color convert

RGB1897192-
CMYK0.020.9600.25
HSL299.03º92.96%39.02%-
HSV(B)299.03º96.35%75.29%-
XYZ30.5814.7851.11-
YUV82.51189.8203.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 7 (3.12% from 255) = 1.80%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=48.71%
G=1.80%
B=49.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18971920.020.9600.25299.0392.9639.02
HexBD7C026001912b5d27
Octal2757300214003145313547
Binary10111101111110000001011000000110011001010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD07C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD07C0; }

 p { color: rgb(189,7,192); }

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

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

 a { background-color: rgb(189,7,192); }

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

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

 span { border-color: rgb(189,7,192); }

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