Html Css Color HEX #BD0FDC Deep Magenta

📋 copy color: '#BD0FDC'

red 189 ◦ green 15 ◦ blue 220

#BD0FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD0FDC

Tints of Deep Magenta #BD0FDC

RGB

 RED value IS 189 (74.22% from 255) = 44.58%

 GREEN value IS 15 (6.25% from 255) = 3.54%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 44.58%
G = 3.54%
B = 51.89%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD0FDC (or 0xBD0FDC) is known color: Deep Magenta. HEX triplet: BD, 0F and DC. RGB value is (189,15,220). Sum of RGB (Red+Green+Blue) = 189+15+220=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FDC is #42F023. Grayscale: #595959. Windows color (decimal): -4386852 or 14421949. OLE color: 14421949.

HSL color Cylindrical-coordinate representation of color #BD0FDC: hue angle of 290.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FDC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 15 220 -
CMYK 0.14 0.93 0 0.14
HSL 290.93º 0.87% 0.46% -
HSV(B) 290.93º 0.93% 0.86% -
XYZ 34.08 16.33 69.07 -
YUV 90.4 201.15 198.33 -
System Red Green Blue C M Y K H S L
Decimal 189 15 220 0.14 0.93 0 0.14 290.93 0.87 0.46
Hex BD F DC E 5D 0 E 123 57 2E
Octal 275 17 334 16 135 0 16 443 127 56
Binary 10111101 1111 11011100 1110 1011101 0 1110 100100011 1010111 101110

Color Harmonies of #BD0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FDC

Black with #BD0FDC

Text Example


Text Example

White with #BD0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FDC; }

 p { color: rgb(189,15,220); }

 H1.HeaderClassName
 {
   color: #BD0FDC;
 }
 .AnyTagClassName
 {
   color: #BD0FDC;
 }
</style>

background-color css

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

 a { background-color: rgb(189,15,220); }

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

border-color css

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

 span { border-color: rgb(189,15,220); }

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