Html Css Color HEX #BD23CF Deep Magenta

📋 copy color: '#BD23CF'

red 189 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #BD23CF

Tints of Deep Magenta #BD23CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 43.85%
G = 8.12%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD23CF (or 0xBD23CF) is known color: Deep Magenta. HEX triplet: BD, 23 and CF. RGB value is (189,35,207). Sum of RGB (Red+Green+Blue) = 189+35+207=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23CF is #42DC30. Grayscale: #646464. Windows color (decimal): -4381745 or 13575101. OLE color: 13575101.

HSL color Cylindrical-coordinate representation of color #BD23CF: hue angle of 293.72º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD23CF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 35 207 -
CMYK 0.09 0.83 0 0.19
HSL 293.72º 0.71% 0.47% -
HSV(B) 293.72º 0.83% 0.81% -
XYZ 32.85 16.53 60.49 -
YUV 100.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 189 35 207 0.09 0.83 0 0.19 293.72 0.71 0.47
Hex BD 23 CF 9 53 0 13 126 47 2F
Octal 275 43 317 11 123 0 23 446 107 57
Binary 10111101 100011 11001111 1001 1010011 0 10011 100100110 1000111 101111

Color Harmonies of #BD23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23CF

Black with #BD23CF

Text Example


Text Example

White with #BD23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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