Html Css Color HEX #BF0BDB Deep Magenta

📋 copy color: '#BF0BDB'

red 191 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #BF0BDB

Tints of Deep Magenta #BF0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.61%

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

R = 45.37%
G = 2.61%
B = 52.02%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF0BDB (or 0xBF0BDB) is known color: Deep Magenta. HEX triplet: BF, 0B and DB. RGB value is (191,11,219). Sum of RGB (Red+Green+Blue) = 191+11+219=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BDB is #40F424. Grayscale: #575757. Windows color (decimal): -4256805 or 14355391. OLE color: 14355391.

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

Color convert

RGB 191 11 219 -
CMYK 0.13 0.95 0 0.14
HSL 291.92º 0.9% 0.45% -
HSV(B) 291.92º 0.95% 0.86% -
XYZ 34.39 16.43 68.38 -
YUV 88.53 201.63 201.09 -
System Red Green Blue C M Y K H S L
Decimal 191 11 219 0.13 0.95 0 0.14 291.92 0.9 0.45
Hex BF B DB D 5F 0 E 124 5A 2D
Octal 277 13 333 15 137 0 16 444 132 55
Binary 10111111 1011 11011011 1101 1011111 0 1110 100100100 1011010 101101

Color Harmonies of #BF0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BDB

Black with #BF0BDB

Text Example


Text Example

White with #BF0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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