Html Css Color HEX #BC1365 Jazzberry Jam

📋 copy color: '#BC1365'

red 188 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #BC1365

Tints of Jazzberry Jam #BC1365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 61.04%
G = 6.17%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC1365 (or 0xBC1365) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 65. RGB value is (188,19,101). Sum of RGB (Red+Green+Blue) = 188+19+101=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1365 is #43EC9A. Grayscale: #4E4E4E. Windows color (decimal): -4451483 or 6624188. OLE color: 6624188.

HSL color Cylindrical-coordinate representation of color #BC1365: hue angle of 330.89º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1365 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 101 -
CMYK 0 0.90 0.46 0.26
HSL 330.89º 0.82% 0.41% -
HSV(B) 330.89º 0.9% 0.74% -
XYZ 23.32 12.1 13.42 -
YUV 78.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 188 19 101 0 0.90 0.46 0.26 330.89 0.82 0.41
Hex BC 13 65 0 5A 2E 1A 14B 52 29
Octal 274 23 145 0 132 56 32 513 122 51
Binary 10111100 10011 1100101 0 1011010 101110 11010 101001011 1010010 101001

Color Harmonies of #BC1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1365

Black with #BC1365

Text Example


Text Example

White with #BC1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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