Html Css Color HEX #BF0DC5 Deep Magenta

📋 copy color: '#BF0DC5'

red 191 ◦ green 13 ◦ blue 197

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

Shades of Deep Magenta #BF0DC5

Tints of Deep Magenta #BF0DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 47.63%
G = 3.24%
B = 49.13%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF0DC5 (or 0xBF0DC5) is known color: Deep Magenta. HEX triplet: BF, 0D and C5. RGB value is (191,13,197). Sum of RGB (Red+Green+Blue) = 191+13+197=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DC5 is #40F23A. Grayscale: #565656. Windows color (decimal): -4256315 or 12914111. OLE color: 12914111.

HSL color Cylindrical-coordinate representation of color #BF0DC5: hue angle of 298.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DC5 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 13 197 -
CMYK 0.03 0.93 0 0.23
HSL 298.04º 0.88% 0.41% -
HSV(B) 298.04º 0.93% 0.77% -
XYZ 31.71 15.4 54.12 -
YUV 87.2 189.97 202.04 -
System Red Green Blue C M Y K H S L
Decimal 191 13 197 0.03 0.93 0 0.23 298.04 0.88 0.41
Hex BF D C5 3 5D 0 17 12A 58 29
Octal 277 15 305 3 135 0 27 452 130 51
Binary 10111111 1101 11000101 11 1011101 0 10111 100101010 1011000 101001

Color Harmonies of #BF0DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0DC5

Black with #BF0DC5

Text Example


Text Example

White with #BF0DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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