Html Css Color HEX #BF23DD Deep Magenta

📋 copy color: '#BF23DD'

red 191 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #BF23DD

Tints of Deep Magenta #BF23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 42.73%
G = 7.83%
B = 49.44%

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

#BF23DD (or 0xBF23DD) is known color: Deep Magenta. HEX triplet: BF, 23 and DD. RGB value is (191,35,221). Sum of RGB (Red+Green+Blue) = 191+35+221=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23DD is #40DC22. Grayscale: #666666. Windows color (decimal): -4250659 or 14492607. OLE color: 14492607.

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

Color convert

RGB 191 35 221 -
CMYK 0.14 0.84 0 0.13
HSL 290.32º 0.73% 0.5% -
HSV(B) 290.32º 0.84% 0.87% -
XYZ 35.14 17.5 69.93 -
YUV 102.85 194.68 190.88 -
System Red Green Blue C M Y K H S L
Decimal 191 35 221 0.14 0.84 0 0.13 290.32 0.73 0.5
Hex BF 23 DD E 54 0 D 122 49 32
Octal 277 43 335 16 124 0 15 442 111 62
Binary 10111111 100011 11011101 1110 1010100 0 1101 100100010 1001001 110010

Color Harmonies of #BF23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF23DD

Black with #BF23DD

Text Example


Text Example

White with #BF23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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