Html Css Color HEX #BC1563 Jazzberry Jam

📋 copy color: '#BC1563'

red 188 ◦ green 21 ◦ blue 99

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

Shades of Jazzberry Jam #BC1563

Tints of Jazzberry Jam #BC1563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 61.04%
G = 6.82%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1563 (or 0xBC1563) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 63. RGB value is (188,21,99). Sum of RGB (Red+Green+Blue) = 188+21+99=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1563 is #43EA9C. Grayscale: #4F4F4F. Windows color (decimal): -4450973 or 6493628. OLE color: 6493628.

HSL color Cylindrical-coordinate representation of color #BC1563: hue angle of 331.98º 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 #BC1563 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 99 -
CMYK 0 0.89 0.47 0.26
HSL 331.98º 0.8% 0.41% -
HSV(B) 331.98º 0.89% 0.74% -
XYZ 23.26 12.13 12.92 -
YUV 79.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 188 21 99 0 0.89 0.47 0.26 331.98 0.8 0.41
Hex BC 15 63 0 59 2F 1A 14C 50 29
Octal 274 25 143 0 131 57 32 514 120 51
Binary 10111100 10101 1100011 0 1011001 101111 11010 101001100 1010000 101001

Color Harmonies of #BC1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1563

Black with #BC1563

Text Example


Text Example

White with #BC1563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1563; }

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

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

background-color css

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

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

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

border-color css

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

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

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