Html Css Color HEX #BD0FCD Deep Magenta

📋 copy color: '#BD0FCD'

red 189 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #BD0FCD

Tints of Deep Magenta #BD0FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 46.21%
G = 3.67%
B = 50.12%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD0FCD (or 0xBD0FCD) is known color: Deep Magenta. HEX triplet: BD, 0F and CD. RGB value is (189,15,205). Sum of RGB (Red+Green+Blue) = 189+15+205=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FCD is #42F032. Grayscale: #585858. Windows color (decimal): -4386867 or 13438909. OLE color: 13438909.

HSL color Cylindrical-coordinate representation of color #BD0FCD: hue angle of 294.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FCD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 15 205 -
CMYK 0.08 0.93 0 0.20
HSL 294.95º 0.86% 0.43% -
HSV(B) 294.95º 0.93% 0.8% -
XYZ 32.18 15.57 59.07 -
YUV 88.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 189 15 205 0.08 0.93 0 0.20 294.95 0.86 0.43
Hex BD F CD 8 5D 0 14 127 56 2B
Octal 275 17 315 10 135 0 24 447 126 53
Binary 10111101 1111 11001101 1000 1011101 0 10100 100100111 1010110 101011

Color Harmonies of #BD0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0FCD

Black with #BD0FCD

Text Example


Text Example

White with #BD0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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