Html Css Color HEX #BF28CD Deep Magenta

📋 copy color: '#BF28CD'

red 191 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #BF28CD

Tints of Deep Magenta #BF28CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 43.81%
G = 9.17%
B = 47.02%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF28CD (or 0xBF28CD) is known color: Deep Magenta. HEX triplet: BF, 28 and CD. RGB value is (191,40,205). Sum of RGB (Red+Green+Blue) = 191+40+205=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28CD is #40D732. Grayscale: #676767. Windows color (decimal): -4249395 or 13445311. OLE color: 13445311.

HSL color Cylindrical-coordinate representation of color #BF28CD: hue angle of 294.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF28CD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 40 205 -
CMYK 0.07 0.80 0 0.20
HSL 294.91º 0.67% 0.48% -
HSV(B) 294.91º 0.8% 0.8% -
XYZ 33.26 17 59.29 -
YUV 103.96 185.03 190.08 -
System Red Green Blue C M Y K H S L
Decimal 191 40 205 0.07 0.80 0 0.20 294.91 0.67 0.48
Hex BF 28 CD 7 50 0 14 127 43 30
Octal 277 50 315 7 120 0 24 447 103 60
Binary 10111111 101000 11001101 111 1010000 0 10100 100100111 1000011 110000

Color Harmonies of #BF28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF28CD

Black with #BF28CD

Text Example


Text Example

White with #BF28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF28CD; }

 p { color: rgb(191,40,205); }

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

background-color css

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

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

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

border-color css

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

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

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