Html Css Color HEX #BD23BD Deep Magenta

📋 copy color: '#BD23BD'

red 189 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #BD23BD

Tints of Deep Magenta #BD23BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 45.76%
G = 8.47%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD23BD (or 0xBD23BD) is known color: Deep Magenta. HEX triplet: BD, 23 and BD. RGB value is (189,35,189). Sum of RGB (Red+Green+Blue) = 189+35+189=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23BD is #42DC42. Grayscale: #626262. Windows color (decimal): -4381763 or 12395453. OLE color: 12395453.

HSL color Cylindrical-coordinate representation of color #BD23BD: hue angle of 300º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD23BD is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 189 -
CMYK 0 0.81 0 0.26
HSL 300º 0.69% 0.44% -
HSV(B) 300º 0.81% 0.74% -
XYZ 30.77 15.7 49.55 -
YUV 98.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 189 35 189 0 0.81 0 0.26 300 0.69 0.44
Hex BD 23 BD 0 51 0 1A 12C 45 2C
Octal 275 43 275 0 121 0 32 454 105 54
Binary 10111101 100011 10111101 0 1010001 0 11010 100101100 1000101 101100

Color Harmonies of #BD23BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23BD

Black with #BD23BD

Text Example


Text Example

White with #BD23BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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