Html Css Color HEX #BF02DB Deep Magenta

📋 copy color: '#BF02DB'

red 191 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #BF02DB

Tints of Deep Magenta #BF02DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 46.36%
G = 0.49%
B = 53.16%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF02DB (or 0xBF02DB) is known color: Deep Magenta. HEX triplet: BF, 02 and DB. RGB value is (191,2,219). Sum of RGB (Red+Green+Blue) = 191+2+219=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02DB is #40FD24. Grayscale: #525252. Windows color (decimal): -4259109 or 14353087. OLE color: 14353087.

HSL color Cylindrical-coordinate representation of color #BF02DB: hue angle of 292.26º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02DB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 2 219 -
CMYK 0.13 0.99 0 0.14
HSL 292.26º 0.98% 0.43% -
HSV(B) 292.26º 0.99% 0.86% -
XYZ 34.29 16.23 68.34 -
YUV 83.25 204.62 204.86 -
System Red Green Blue C M Y K H S L
Decimal 191 2 219 0.13 0.99 0 0.14 292.26 0.98 0.43
Hex BF 2 DB D 63 0 E 124 62 2B
Octal 277 2 333 15 143 0 16 444 142 53
Binary 10111111 10 11011011 1101 1100011 0 1110 100100100 1100010 101011

Color Harmonies of #BF02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF02DB

Black with #BF02DB

Text Example


Text Example

White with #BF02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF02DB; }

 p { color: rgb(191,2,219); }

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

background-color css

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

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

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

border-color css

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

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

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