Html Css Color HEX #BD23BF Deep Magenta

📋 copy color: '#BD23BF'

red 189 ◦ green 35 ◦ blue 191

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

Shades of Deep Magenta #BD23BF

Tints of Deep Magenta #BD23BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 45.54%
G = 8.43%
B = 46.02%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD23BF (or 0xBD23BF) is known color: Deep Magenta. HEX triplet: BD, 23 and BF. RGB value is (189,35,191). Sum of RGB (Red+Green+Blue) = 189+35+191=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23BF is #42DC40. Grayscale: #626262. Windows color (decimal): -4381761 or 12526525. OLE color: 12526525.

HSL color Cylindrical-coordinate representation of color #BD23BF: hue angle of 299.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD23BF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 35 191 -
CMYK 0.01 0.82 0 0.25
HSL 299.23º 0.69% 0.44% -
HSV(B) 299.23º 0.82% 0.75% -
XYZ 30.99 15.78 50.7 -
YUV 98.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 189 35 191 0.01 0.82 0 0.25 299.23 0.69 0.44
Hex BD 23 BF 1 52 0 19 12B 45 2C
Octal 275 43 277 1 122 0 31 453 105 54
Binary 10111101 100011 10111111 1 1010010 0 11001 100101011 1000101 101100

Color Harmonies of #BD23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23BF

Black with #BD23BF

Text Example


Text Example

White with #BD23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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