Html Css Color HEX #BD15BD Deep Magenta

📋 copy color: '#BD15BD'

red 189 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #BD15BD

Tints of Deep Magenta #BD15BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 47.37%
G = 5.26%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD15BD (or 0xBD15BD) is known color: Deep Magenta. HEX triplet: BD, 15 and BD. RGB value is (189,21,189). Sum of RGB (Red+Green+Blue) = 189+21+189=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15BD is #42EA42. Grayscale: #595959. Windows color (decimal): -4385347 or 12391869. OLE color: 12391869.

HSL color Cylindrical-coordinate representation of color #BD15BD: hue angle of 300º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD15BD is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 189 -
CMYK 0 0.89 0 0.26
HSL 300º 0.8% 0.41% -
HSV(B) 300º 0.89% 0.74% -
XYZ 30.44 15.03 49.44 -
YUV 90.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 189 21 189 0 0.89 0 0.26 300 0.8 0.41
Hex BD 15 BD 0 59 0 1A 12C 50 29
Octal 275 25 275 0 131 0 32 454 120 51
Binary 10111101 10101 10111101 0 1011001 0 11010 100101100 1010000 101001

Color Harmonies of #BD15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15BD

Black with #BD15BD

Text Example


Text Example

White with #BD15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15BD; }

 p { color: rgb(189,21,189); }

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

background-color css

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

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

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

border-color css

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

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

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