Html Css Color HEX #BF08DD Deep Magenta

📋 copy color: '#BF08DD'

red 191 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #BF08DD

Tints of Deep Magenta #BF08DD

RGB

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

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

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

R = 45.48%
G = 1.9%
B = 52.62%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF08DD (or 0xBF08DD) is known color: Deep Magenta. HEX triplet: BF, 08 and DD. RGB value is (191,8,221). Sum of RGB (Red+Green+Blue) = 191+8+221=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08DD is #40F722. Grayscale: #565656. Windows color (decimal): -4257571 or 14485695. OLE color: 14485695.

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

Color convert

RGB 191 8 221 -
CMYK 0.14 0.96 0 0.13
HSL 291.55º 0.93% 0.45% -
HSV(B) 291.55º 0.96% 0.87% -
XYZ 34.62 16.47 69.76 -
YUV 87 203.63 202.18 -
System Red Green Blue C M Y K H S L
Decimal 191 8 221 0.14 0.96 0 0.13 291.55 0.93 0.45
Hex BF 8 DD E 60 0 D 124 5D 2D
Octal 277 10 335 16 140 0 15 444 135 55
Binary 10111111 1000 11011101 1110 1100000 0 1101 100100100 1011101 101101

Color Harmonies of #BF08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08DD

Black with #BF08DD

Text Example


Text Example

White with #BF08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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