Html Css Color HEX #BD23D8 Deep Magenta

📋 copy color: '#BD23D8'

red 189 ◦ green 35 ◦ blue 216

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

Shades of Deep Magenta #BD23D8

Tints of Deep Magenta #BD23D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 42.95%
G = 7.95%
B = 49.09%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD23D8 (or 0xBD23D8) is known color: Deep Magenta. HEX triplet: BD, 23 and D8. RGB value is (189,35,216). Sum of RGB (Red+Green+Blue) = 189+35+216=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD23D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23D8 is #42DC27. Grayscale: #656565. Windows color (decimal): -4381736 or 14164925. OLE color: 14164925.

HSL color Cylindrical-coordinate representation of color #BD23D8: hue angle of 291.05º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD23D8 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 35 216 -
CMYK 0.12 0.84 0 0.15
HSL 291.05º 0.72% 0.49% -
HSV(B) 291.05º 0.84% 0.85% -
XYZ 33.98 16.98 66.45 -
YUV 101.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 189 35 216 0.12 0.84 0 0.15 291.05 0.72 0.49
Hex BD 23 D8 C 54 0 F 123 48 31
Octal 275 43 330 14 124 0 17 443 110 61
Binary 10111101 100011 11011000 1100 1010100 0 1111 100100011 1001000 110001

Color Harmonies of #BD23D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23D8

Black with #BD23D8

Text Example


Text Example

White with #BD23D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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