#BE0563

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

Shades of Jazzberry Jam #BE0563

Tints of Jazzberry Jam #BE0563

Color information

#BE0563 (or 0xBE0563) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 05 and 63. RGB value is (190,5,99). Sum of RGB (Red+Green+Blue) = 190+5+99=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0563 is #41FA9C. Grayscale: #464646. Windows color (decimal): -4323997 or 6489534. OLE color: 6489534.

HSL color Cylindrical-coordinate representation of color #BE0563: hue angle of 329.51º 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 #BE0563 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB190599-
CMYK00.970.480.25
HSL329.51º94.87%38.24%-
HSV(B)329.51º97.37%74.51%-
XYZ23.5411.9612.87-
YUV71.03143.79212.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=64.63%
G=1.70%
B=33.67%

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
Decimal19059900.970.480.25329.5194.8738.24
HexBE563061301914a5f26
Octal27651430141603151213746
Binary10111110101110001101100001110000110011010010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0563; }

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

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

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

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

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

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

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

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