Html Css Color HEX #BD15B9 Deep Magenta

📋 copy color: '#BD15B9'

red 189 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #BD15B9

Tints of Deep Magenta #BD15B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 47.85%
G = 5.32%
B = 46.84%

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

#BD15B9 (or 0xBD15B9) is known color: Deep Magenta. HEX triplet: BD, 15 and B9. RGB value is (189,21,185). Sum of RGB (Red+Green+Blue) = 189+21+185=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15B9 is #42EA46. Grayscale: #595959. Windows color (decimal): -4385351 or 12129725. OLE color: 12129725.

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

Color convert

RGB 189 21 185 -
CMYK 0 0.89 0.02 0.26
HSL 301.43º 0.8% 0.41% -
HSV(B) 301.43º 0.89% 0.74% -
XYZ 30.01 14.86 47.19 -
YUV 89.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 189 21 185 0 0.89 0.02 0.26 301.43 0.8 0.41
Hex BD 15 B9 0 59 2 1A 12D 50 29
Octal 275 25 271 0 131 2 32 455 120 51
Binary 10111101 10101 10111001 0 1011001 10 11010 100101101 1010000 101001

Color Harmonies of #BD15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15B9

Black with #BD15B9

Text Example


Text Example

White with #BD15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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