Html Css Color HEX #BD23DB Deep Magenta

📋 copy color: '#BD23DB'

red 189 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #BD23DB

Tints of Deep Magenta #BD23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.9%

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 42.66%
G = 7.9%
B = 49.44%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD23DB (or 0xBD23DB) is known color: Deep Magenta. HEX triplet: BD, 23 and DB. RGB value is (189,35,219). Sum of RGB (Red+Green+Blue) = 189+35+219=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23DB is #42DC24. Grayscale: #656565. Windows color (decimal): -4381733 or 14361533. OLE color: 14361533.

HSL color Cylindrical-coordinate representation of color #BD23DB: hue angle of 290.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD23DB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 35 219 -
CMYK 0.14 0.84 0 0.14
HSL 290.22º 0.72% 0.5% -
HSV(B) 290.22º 0.84% 0.86% -
XYZ 34.37 17.14 68.51 -
YUV 102.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 189 35 219 0.14 0.84 0 0.14 290.22 0.72 0.5
Hex BD 23 DB E 54 0 E 122 48 32
Octal 275 43 333 16 124 0 16 442 110 62
Binary 10111101 100011 11011011 1110 1010100 0 1110 100100010 1001000 110010

Color Harmonies of #BD23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23DB

Black with #BD23DB

Text Example


Text Example

White with #BD23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23DB; }

 p { color: rgb(189,35,219); }

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

background-color css

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

 a { background-color: rgb(189,35,219); }

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

border-color css

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

 span { border-color: rgb(189,35,219); }

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