#BC026E

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

Shades of Jazzberry Jam #BC026E

Tints of Jazzberry Jam #BC026E

Color information

#BC026E (or 0xBC026E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 02 and 6E. RGB value is (188,2,110). Sum of RGB (Red+Green+Blue) = 188+2+110=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC026E is #43FD91. Grayscale: #454545. Windows color (decimal): -4455826 or 7209660. OLE color: 7209660.

HSL color Cylindrical-coordinate representation of color #BC026E: hue angle of 325.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC026E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB1882110-
CMYK00.990.410.26
HSL325.16º97.89%37.25%-
HSV(B)325.16º98.94%73.73%-
XYZ23.5811.8615.8-
YUV69.93150.62212.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=62.67%
G=0.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188211000.990.410.26325.1697.8937.25
HexBC26E063291A1456225
Octal27421560143513250514245
Binary1011110010110111001100011101001110101010001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC026E; }

 p { color: rgb(188,2,110); }

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

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

 a { background-color: rgb(188,2,110); }

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

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

 span { border-color: rgb(188,2,110); }

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