Html Css Color HEX #BD23BA Deep Magenta

📋 copy color: '#BD23BA'

red 189 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #BD23BA

Tints of Deep Magenta #BD23BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 46.1%
G = 8.54%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD23BA (or 0xBD23BA) is known color: Deep Magenta. HEX triplet: BD, 23 and BA. RGB value is (189,35,186). Sum of RGB (Red+Green+Blue) = 189+35+186=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23BA is #42DC45. Grayscale: #616161. Windows color (decimal): -4381766 or 12198845. OLE color: 12198845.

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

Color convert

RGB 189 35 186 -
CMYK 0 0.81 0.02 0.26
HSL 301.17º 0.69% 0.44% -
HSV(B) 301.17º 0.81% 0.74% -
XYZ 30.45 15.57 47.85 -
YUV 98.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 189 35 186 0 0.81 0.02 0.26 301.17 0.69 0.44
Hex BD 23 BA 0 51 2 1A 12D 45 2C
Octal 275 43 272 0 121 2 32 455 105 54
Binary 10111101 100011 10111010 0 1010001 10 11010 100101101 1000101 101100

Color Harmonies of #BD23BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23BA

Black with #BD23BA

Text Example


Text Example

White with #BD23BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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