Html Css Color HEX #BF23BF Deep Magenta

📋 copy color: '#BF23BF'

red 191 ◦ green 35 ◦ blue 191

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

Shades of Deep Magenta #BF23BF

Tints of Deep Magenta #BF23BF

RGB

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

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

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

R = 45.8%
G = 8.39%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF23BF (or 0xBF23BF) is known color: Deep Magenta. HEX triplet: BF, 23 and BF. RGB value is (191,35,191). Sum of RGB (Red+Green+Blue) = 191+35+191=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23BF is #40DC40. Grayscale: #626262. Windows color (decimal): -4250689 or 12526527. OLE color: 12526527.

HSL color Cylindrical-coordinate representation of color #BF23BF: hue angle of 300º 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 #BF23BF is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 191 -
CMYK 0 0.82 0 0.25
HSL 300º 0.69% 0.44% -
HSV(B) 300º 0.82% 0.75% -
XYZ 31.49 16.04 50.73 -
YUV 99.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 191 35 191 0 0.82 0 0.25 300 0.69 0.44
Hex BF 23 BF 0 52 0 19 12C 45 2C
Octal 277 43 277 0 122 0 31 454 105 54
Binary 10111111 100011 10111111 0 1010010 0 11001 100101100 1000101 101100

Color Harmonies of #BF23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF23BF

Black with #BF23BF

Text Example


Text Example

White with #BF23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF23BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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