#BF0563

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

Shades of Jazzberry Jam #BF0563

Tints of Jazzberry Jam #BF0563

Color information

#BF0563 (or 0xBF0563) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 05 and 63. RGB value is (191,5,99). Sum of RGB (Red+Green+Blue) = 191+5+99=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0563 is #40FA9C. Grayscale: #474747. Windows color (decimal): -4258461 or 6489535. OLE color: 6489535.

HSL color Cylindrical-coordinate representation of color #BF0563: hue angle of 329.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0563 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB191599-
CMYK00.970.480.25
HSL329.68º94.9%38.43%-
HSV(B)329.68º97.38%74.9%-
XYZ23.7912.0912.88-
YUV71.33143.62213.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=64.75%
G=1.69%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19159900.970.480.25329.6894.938.43
HexBF563061301914a5f26
Octal27751430141603151213746
Binary10111111101110001101100001110000110011010010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0563; }

 p { color: rgb(191,5,99); }

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

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

 a { background-color: rgb(191,5,99); }

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

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

 span { border-color: rgb(191,5,99); }

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