Html Css Color HEX #BF1CBB Deep Magenta

📋 copy color: '#BF1CBB'

red 191 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #BF1CBB

Tints of Deep Magenta #BF1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 47.04%
G = 6.9%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF1CBB (or 0xBF1CBB) is known color: Deep Magenta. HEX triplet: BF, 1C and BB. RGB value is (191,28,187). Sum of RGB (Red+Green+Blue) = 191+28+187=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CBB is #40E344. Grayscale: #5E5E5E. Windows color (decimal): -4252485 or 12262591. OLE color: 12262591.

HSL color Cylindrical-coordinate representation of color #BF1CBB: hue angle of 301.47º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1CBB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 28 187 -
CMYK 0 0.85 0.02 0.25
HSL 301.47º 0.74% 0.43% -
HSV(B) 301.47º 0.85% 0.75% -
XYZ 30.87 15.49 48.38 -
YUV 94.86 180 196.57 -
System Red Green Blue C M Y K H S L
Decimal 191 28 187 0 0.85 0.02 0.25 301.47 0.74 0.43
Hex BF 1C BB 0 55 2 19 12D 4A 2B
Octal 277 34 273 0 125 2 31 455 112 53
Binary 10111111 11100 10111011 0 1010101 10 11001 100101101 1001010 101011

Color Harmonies of #BF1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CBB

Black with #BF1CBB

Text Example


Text Example

White with #BF1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CBB; }

 p { color: rgb(191,28,187); }

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

background-color css

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

 a { background-color: rgb(191,28,187); }

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

border-color css

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

 span { border-color: rgb(191,28,187); }

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