Html Css Color HEX #BD15B7 Deep Magenta

📋 copy color: '#BD15B7'

red 189 ◦ green 21 ◦ blue 183

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

Shades of Deep Magenta #BD15B7

Tints of Deep Magenta #BD15B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.56%

R = 48.09%
G = 5.34%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD15B7 (or 0xBD15B7) is known color: Deep Magenta. HEX triplet: BD, 15 and B7. RGB value is (189,21,183). Sum of RGB (Red+Green+Blue) = 189+21+183=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15B7 is #42EA48. Grayscale: #595959. Windows color (decimal): -4385353 or 11998653. OLE color: 11998653.

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

Color convert

RGB 189 21 183 -
CMYK 0 0.89 0.03 0.26
HSL 302.14º 0.8% 0.41% -
HSV(B) 302.14º 0.89% 0.74% -
XYZ 29.8 14.77 46.08 -
YUV 89.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 189 21 183 0 0.89 0.03 0.26 302.14 0.8 0.41
Hex BD 15 B7 0 59 3 1A 12E 50 29
Octal 275 25 267 0 131 3 32 456 120 51
Binary 10111101 10101 10110111 0 1011001 11 11010 100101110 1010000 101001

Color Harmonies of #BD15B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15B7

Black with #BD15B7

Text Example


Text Example

White with #BD15B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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