Html Css Color HEX #BB1FCE Deep Magenta

📋 copy color: '#BB1FCE'

red 187 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #BB1FCE

Tints of Deep Magenta #BB1FCE

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

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

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

R = 44.1%
G = 7.31%
B = 48.58%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB1FCE (or 0xBB1FCE) is known color: Deep Magenta. HEX triplet: BB, 1F and CE. RGB value is (187,31,206). Sum of RGB (Red+Green+Blue) = 187+31+206=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FCE is #44E031. Grayscale: #616161. Windows color (decimal): -4513842 or 13508539. OLE color: 13508539.

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

Color convert

RGB 187 31 206 -
CMYK 0.09 0.85 0 0.19
HSL 293.49º 0.74% 0.46% -
HSV(B) 293.49º 0.85% 0.81% -
XYZ 32.12 16 59.79 -
YUV 97.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 187 31 206 0.09 0.85 0 0.19 293.49 0.74 0.46
Hex BB 1F CE 9 55 0 13 125 4A 2E
Octal 273 37 316 11 125 0 23 445 112 56
Binary 10111011 11111 11001110 1001 1010101 0 10011 100100101 1001010 101110

Color Harmonies of #BB1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FCE

Black with #BB1FCE

Text Example


Text Example

White with #BB1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FCE; }

 p { color: rgb(187,31,206); }

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

background-color css

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

 a { background-color: rgb(187,31,206); }

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

border-color css

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

 span { border-color: rgb(187,31,206); }

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