Html Css Color HEX #BD09E1 Deep Magenta

📋 copy color: '#BD09E1'

red 189 ◦ green 9 ◦ blue 225

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

Shades of Deep Magenta #BD09E1

Tints of Deep Magenta #BD09E1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.13%

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 44.68%
G = 2.13%
B = 53.19%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD09E1 (or 0xBD09E1) is known color: Deep Magenta. HEX triplet: BD, 09 and E1. RGB value is (189,9,225). Sum of RGB (Red+Green+Blue) = 189+9+225=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD09E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09E1 is #42F61E. Grayscale: #565656. Windows color (decimal): -4388383 or 14748093. OLE color: 14748093.

HSL color Cylindrical-coordinate representation of color #BD09E1: hue angle of 290º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09E1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 9 225 -
CMYK 0.16 0.96 0 0.12
HSL 290º 0.92% 0.46% -
HSV(B) 290º 0.96% 0.88% -
XYZ 34.67 16.45 72.58 -
YUV 87.44 205.63 200.44 -
System Red Green Blue C M Y K H S L
Decimal 189 9 225 0.16 0.96 0 0.12 290 0.92 0.46
Hex BD 9 E1 10 60 0 C 122 5C 2E
Octal 275 11 341 20 140 0 14 442 134 56
Binary 10111101 1001 11100001 10000 1100000 0 1100 100100010 1011100 101110

Color Harmonies of #BD09E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD09E1

Black with #BD09E1

Text Example


Text Example

White with #BD09E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD09E1; }

 p { color: rgb(189,9,225); }

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

background-color css

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

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

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

border-color css

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

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

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