Html Css Color HEX #BF0DCE Deep Magenta

📋 copy color: '#BF0DCE'

red 191 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #BF0DCE

Tints of Deep Magenta #BF0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 46.59%
G = 3.17%
B = 50.24%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF0DCE (or 0xBF0DCE) is known color: Deep Magenta. HEX triplet: BF, 0D and CE. RGB value is (191,13,206). Sum of RGB (Red+Green+Blue) = 191+13+206=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DCE is #40F231. Grayscale: #575757. Windows color (decimal): -4256306 or 13503935. OLE color: 13503935.

HSL color Cylindrical-coordinate representation of color #BF0DCE: hue angle of 295.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DCE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 13 206 -
CMYK 0.07 0.94 0 0.19
HSL 295.34º 0.88% 0.43% -
HSV(B) 295.34º 0.94% 0.81% -
XYZ 32.77 15.82 59.72 -
YUV 88.22 194.47 201.31 -
System Red Green Blue C M Y K H S L
Decimal 191 13 206 0.07 0.94 0 0.19 295.34 0.88 0.43
Hex BF D CE 7 5E 0 13 127 58 2B
Octal 277 15 316 7 136 0 23 447 130 53
Binary 10111111 1101 11001110 111 1011110 0 10011 100100111 1011000 101011

Color Harmonies of #BF0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0DCE

Black with #BF0DCE

Text Example


Text Example

White with #BF0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0DCE; }

 p { color: rgb(191,13,206); }

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

background-color css

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

 a { background-color: rgb(191,13,206); }

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

border-color css

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

 span { border-color: rgb(191,13,206); }

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