#BB1FCE

Color #BB1FCE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB1FCE

Tints of Deep Magenta #BB1FCE

Color information

#BB1FCE (or 0xBB1FCE) is unknown color: approx 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

RGB18731206-
CMYK0.090.8500.19
HSL293.49º73.84%46.47%-
HSV(B)293.49º84.95%80.78%-
XYZ32.121659.79-
YUV97.59189.18191.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 31 (12.5% from 255) = 7.31%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=44.10%
G=7.31%
B=48.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187312060.090.8500.19293.4973.8446.47
HexBB1FCE9550131254a2e
Octal273373161112502344511256
Binary101110111111111001110100110101010100111001001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>