Html Css Color HEX #BD15B8 Deep Magenta

📋 copy color: '#BD15B8'

red 189 ◦ green 21 ◦ blue 184

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

Shades of Deep Magenta #BD15B8

Tints of Deep Magenta #BD15B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.7%

R = 47.97%
G = 5.33%
B = 46.7%

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

#BD15B8 (or 0xBD15B8) is known color: Deep Magenta. HEX triplet: BD, 15 and B8. RGB value is (189,21,184). Sum of RGB (Red+Green+Blue) = 189+21+184=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15B8 is #42EA47. Grayscale: #595959. Windows color (decimal): -4385352 or 12064189. OLE color: 12064189.

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

Color convert

RGB 189 21 184 -
CMYK 0 0.89 0.03 0.26
HSL 301.79º 0.8% 0.41% -
HSV(B) 301.79º 0.89% 0.74% -
XYZ 29.91 14.82 46.63 -
YUV 89.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 189 21 184 0 0.89 0.03 0.26 301.79 0.8 0.41
Hex BD 15 B8 0 59 3 1A 12E 50 29
Octal 275 25 270 0 131 3 32 456 120 51
Binary 10111101 10101 10111000 0 1011001 11 11010 100101110 1010000 101001

Color Harmonies of #BD15B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15B8

Black with #BD15B8

Text Example


Text Example

White with #BD15B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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