#BD1563

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

Shades of Jazzberry Jam #BD1563

Tints of Jazzberry Jam #BD1563

Color information

#BD1563 (or 0xBD1563) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 15 and 63. RGB value is (189,21,99). Sum of RGB (Red+Green+Blue) = 189+21+99=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1563 is #42EA9C. Grayscale: #4F4F4F. Windows color (decimal): -4385437 or 6493629. OLE color: 6493629.

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

Color convert

RGB1892199-
CMYK00.890.480.26
HSL332.14º80%41.18%-
HSV(B)332.14º88.89%74.12%-
XYZ23.5112.2612.93-
YUV80.12138.66205.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=61.17%
G=6.80%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189219900.890.480.26332.148041.18
HexBD1563059301A14c5029
Octal275251430131603251412051
Binary1011110110101110001101011001110000110101010011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1563; }

 p { color: rgb(189,21,99); }

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

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

 a { background-color: rgb(189,21,99); }

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

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

 span { border-color: rgb(189,21,99); }

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