Html Css Color HEX #BF23DF Deep Magenta

📋 copy color: '#BF23DF'

red 191 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #BF23DF

Tints of Deep Magenta #BF23DF

RGB

 RED value IS 191 (75% from 255) = 42.54%

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 42.54%
G = 7.8%
B = 49.67%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF23DF (or 0xBF23DF) is known color: Deep Magenta. HEX triplet: BF, 23 and DF. RGB value is (191,35,223). Sum of RGB (Red+Green+Blue) = 191+35+223=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23DF is #40DC20. Grayscale: #666666. Windows color (decimal): -4250657 or 14623679. OLE color: 14623679.

HSL color Cylindrical-coordinate representation of color #BF23DF: hue angle of 289.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF23DF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 35 223 -
CMYK 0.14 0.84 0 0.13
HSL 289.79º 0.75% 0.51% -
HSV(B) 289.79º 0.84% 0.87% -
XYZ 35.41 17.61 71.34 -
YUV 103.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 191 35 223 0.14 0.84 0 0.13 289.79 0.75 0.51
Hex BF 23 DF E 54 0 D 122 4B 33
Octal 277 43 337 16 124 0 15 442 113 63
Binary 10111111 100011 11011111 1110 1010100 0 1101 100100010 1001011 110011

Color Harmonies of #BF23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF23DF

Black with #BF23DF

Text Example


Text Example

White with #BF23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF23DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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