Html Css Color HEX #BF0FCA Deep Magenta

📋 copy color: '#BF0FCA'

red 191 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #BF0FCA

Tints of Deep Magenta #BF0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 46.81%
G = 3.68%
B = 49.51%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF0FCA (or 0xBF0FCA) is known color: Deep Magenta. HEX triplet: BF, 0F and CA. RGB value is (191,15,202). Sum of RGB (Red+Green+Blue) = 191+15+202=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FCA is #40F035. Grayscale: #585858. Windows color (decimal): -4255798 or 13242303. OLE color: 13242303.

HSL color Cylindrical-coordinate representation of color #BF0FCA: hue angle of 296.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0FCA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 15 202 -
CMYK 0.05 0.93 0 0.21
HSL 296.47º 0.86% 0.43% -
HSV(B) 296.47º 0.93% 0.79% -
XYZ 32.32 15.68 57.2 -
YUV 88.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 191 15 202 0.05 0.93 0 0.21 296.47 0.86 0.43
Hex BF F CA 5 5D 0 15 128 56 2B
Octal 277 17 312 5 135 0 25 450 126 53
Binary 10111111 1111 11001010 101 1011101 0 10101 100101000 1010110 101011

Color Harmonies of #BF0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FCA

Black with #BF0FCA

Text Example


Text Example

White with #BF0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FCA; }

 p { color: rgb(191,15,202); }

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

background-color css

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

 a { background-color: rgb(191,15,202); }

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

border-color css

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

 span { border-color: rgb(191,15,202); }

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