Html Css Color HEX #BF1FCC Deep Magenta

📋 copy color: '#BF1FCC'

red 191 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #BF1FCC

Tints of Deep Magenta #BF1FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 44.84%
G = 7.28%
B = 47.89%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF1FCC (or 0xBF1FCC) is known color: Deep Magenta. HEX triplet: BF, 1F and CC. RGB value is (191,31,204). Sum of RGB (Red+Green+Blue) = 191+31+204=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1FCC is #40E033. Grayscale: #626262. Windows color (decimal): -4251700 or 13377471. OLE color: 13377471.

HSL color Cylindrical-coordinate representation of color #BF1FCC: hue angle of 295.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1FCC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 31 204 -
CMYK 0.06 0.85 0 0.2
HSL 295.49º 0.74% 0.46% -
HSV(B) 295.49º 0.85% 0.8% -
XYZ 32.87 16.42 58.56 -
YUV 98.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 191 31 204 0.06 0.85 0 0.2 295.49 0.74 0.46
Hex BF 1F CC 6 55 0 14 127 4A 2E
Octal 277 37 314 6 125 0 24 447 112 56
Binary 10111111 11111 11001100 110 1010101 0 10100 100100111 1001010 101110

Color Harmonies of #BF1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FCC

Black with #BF1FCC

Text Example


Text Example

White with #BF1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FCC; }

 p { color: rgb(191,31,204); }

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

background-color css

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

 a { background-color: rgb(191,31,204); }

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

border-color css

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

 span { border-color: rgb(191,31,204); }

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