Html Css Color HEX #BF08DB Deep Magenta

📋 copy color: '#BF08DB'

red 191 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #BF08DB

Tints of Deep Magenta #BF08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

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

R = 45.69%
G = 1.91%
B = 52.39%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF08DB (or 0xBF08DB) is known color: Deep Magenta. HEX triplet: BF, 08 and DB. RGB value is (191,8,219). Sum of RGB (Red+Green+Blue) = 191+8+219=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08DB is #40F724. Grayscale: #565656. Windows color (decimal): -4257573 or 14354623. OLE color: 14354623.

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

Color convert

RGB 191 8 219 -
CMYK 0.13 0.96 0 0.14
HSL 292.04º 0.93% 0.45% -
HSV(B) 292.04º 0.96% 0.86% -
XYZ 34.36 16.36 68.37 -
YUV 86.77 202.63 202.34 -
System Red Green Blue C M Y K H S L
Decimal 191 8 219 0.13 0.96 0 0.14 292.04 0.93 0.45
Hex BF 8 DB D 60 0 E 124 5D 2D
Octal 277 10 333 15 140 0 16 444 135 55
Binary 10111111 1000 11011011 1101 1100000 0 1110 100100100 1011101 101101

Color Harmonies of #BF08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08DB

Black with #BF08DB

Text Example


Text Example

White with #BF08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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