Html Css Color HEX #BD15BA Deep Magenta

📋 copy color: '#BD15BA'

red 189 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #BD15BA

Tints of Deep Magenta #BD15BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 47.73%
G = 5.3%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD15BA (or 0xBD15BA) is known color: Deep Magenta. HEX triplet: BD, 15 and BA. RGB value is (189,21,186). Sum of RGB (Red+Green+Blue) = 189+21+186=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15BA is #42EA45. Grayscale: #595959. Windows color (decimal): -4385350 or 12195261. OLE color: 12195261.

HSL color Cylindrical-coordinate representation of color #BD15BA: hue angle of 301.07º 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 #BD15BA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 186 -
CMYK 0 0.89 0.02 0.26
HSL 301.07º 0.8% 0.41% -
HSV(B) 301.07º 0.89% 0.74% -
XYZ 30.12 14.9 47.74 -
YUV 90.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 189 21 186 0 0.89 0.02 0.26 301.07 0.8 0.41
Hex BD 15 BA 0 59 2 1A 12D 50 29
Octal 275 25 272 0 131 2 32 455 120 51
Binary 10111101 10101 10111010 0 1011001 10 11010 100101101 1010000 101001

Color Harmonies of #BD15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15BA

Black with #BD15BA

Text Example


Text Example

White with #BD15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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