Html Css Color HEX #BC0560 Jazzberry Jam

📋 copy color: '#BC0560'

red 188 ◦ green 5 ◦ blue 96

#BC0560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BC0560

Tints of Jazzberry Jam #BC0560

RGB

 RED value IS 188 (73.83% from 255) = 65.05%

 GREEN value IS 5 (2.34% from 255) = 1.73%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 65.05%
G = 1.73%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC0560 (or 0xBC0560) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 60. RGB value is (188,5,96). Sum of RGB (Red+Green+Blue) = 188+5+96=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0560 is #43FA9F. Grayscale: #454545. Windows color (decimal): -4455072 or 6292924. OLE color: 6292924.

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

Color convert

RGB 188 5 96 -
CMYK 0 0.97 0.49 0.26
HSL 330.16º 0.95% 0.38% -
HSV(B) 330.16º 0.97% 0.74% -
XYZ 22.9 11.64 12.11 -
YUV 70.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 188 5 96 0 0.97 0.49 0.26 330.16 0.95 0.38
Hex BC 5 60 0 61 31 1A 14A 5F 26
Octal 274 5 140 0 141 61 32 512 137 46
Binary 10111100 101 1100000 0 1100001 110001 11010 101001010 1011111 100110

Color Harmonies of #BC0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0560

Black with #BC0560

Text Example


Text Example

White with #BC0560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0560; }

 p { color: rgb(188,5,96); }

 H1.HeaderClassName
 {
   color: #BC0560;
 }
 .AnyTagClassName
 {
   color: #BC0560;
 }
</style>

background-color css

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

 a { background-color: rgb(188,5,96); }

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

border-color css

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

 span { border-color: rgb(188,5,96); }

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