Html Css Color HEX #BC1565 Jazzberry Jam

📋 copy color: '#BC1565'

red 188 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #BC1565

Tints of Jazzberry Jam #BC1565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 60.65%
G = 6.77%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC1565 (or 0xBC1565) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 65. RGB value is (188,21,101). Sum of RGB (Red+Green+Blue) = 188+21+101=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1565 is #43EA9A. Grayscale: #4F4F4F. Windows color (decimal): -4450971 or 6624700. OLE color: 6624700.

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

Color convert

RGB 188 21 101 -
CMYK 0 0.89 0.46 0.26
HSL 331.26º 0.8% 0.41% -
HSV(B) 331.26º 0.89% 0.74% -
XYZ 23.36 12.17 13.43 -
YUV 80.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 188 21 101 0 0.89 0.46 0.26 331.26 0.8 0.41
Hex BC 15 65 0 59 2E 1A 14B 50 29
Octal 274 25 145 0 131 56 32 513 120 51
Binary 10111100 10101 1100101 0 1011001 101110 11010 101001011 1010000 101001

Color Harmonies of #BC1565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1565

Black with #BC1565

Text Example


Text Example

White with #BC1565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1565; }

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

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

background-color css

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

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

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

border-color css

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

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

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