#BC1863

Color #BC1863 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BC1863

Tints of Jazzberry Jam #BC1863

Color information

#BC1863 (or 0xBC1863) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 18 and 63. RGB value is (188,24,99). Sum of RGB (Red+Green+Blue) = 188+24+99=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1863 is #43E79C. Grayscale: #515151. Windows color (decimal): -4450205 or 6494396. OLE color: 6494396.

HSL color Cylindrical-coordinate representation of color #BC1863: hue angle of 332.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1863 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB1882499-
CMYK00.870.470.26
HSL332.56º77.36%41.57%-
HSV(B)332.56º87.23%73.73%-
XYZ23.3212.2512.94-
YUV81.59137.83203.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.45%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=60.45%
G=7.72%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188249900.870.470.26332.5677.3641.57
HexBC18630572F1A14d4d2a
Octal274301430127573251511552
Binary1011110011000110001101010111101111110101010011011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1863; }

 p { color: rgb(188,24,99); }

 H1.HeaderClassName
 {
   color: #BC1863;
 }
 .AnyTagClassName
 {
   color: #BC1863;
 }
</style>
background-color css

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

 a { background-color: rgb(188,24,99); }

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

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

 span { border-color: rgb(188,24,99); }

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