#bd0cc4

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

Shades of Deep Magenta #BD0CC4

Tints of Deep Magenta #BD0CC4

Color information

#BD0CC4 (or 0xBD0CC4) is unknown color: approx Deep Magenta. HEX triplet: BD, 0C and C4. RGB value is (189,12,196). Sum of RGB (Red+Green+Blue) = 189+12+196=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD0CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CC4 is #42F33B. Grayscale: #555555. Windows color (decimal): -4387644 or 12848317. OLE color: 12848317.

HSL color Cylindrical-coordinate representation of color #BD0CC4: hue angle of 297.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CC4 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18912196-
CMYK0.040.9400.23
HSL297.72º88.46%40.78%-
HSV(B)297.72º93.88%76.86%-
XYZ31.0815.0753.49-
YUV85.9190.14201.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 196 (76.95% from 255) = 49.37%
R=47.61%
G=3.02%
B=49.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189121960.040.9400.23297.7288.4640.78
HexBDCC445E01712a5829
Octal27514304413602745213051
Binary1011110111001100010010010111100101111001010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd0cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd0cc4; }

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

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

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

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

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

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

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

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