Html Css Color HEX #BC1265 Jazzberry Jam

📋 copy color: '#BC1265'

red 188 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #BC1265

Tints of Jazzberry Jam #BC1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 61.24%
G = 5.86%
B = 32.9%

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

#BC1265 (or 0xBC1265) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 65. RGB value is (188,18,101). Sum of RGB (Red+Green+Blue) = 188+18+101=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1265 is #43ED9A. Grayscale: #4E4E4E. Windows color (decimal): -4451739 or 6623932. OLE color: 6623932.

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

Color convert

RGB 188 18 101 -
CMYK 0 0.90 0.46 0.26
HSL 330.71º 0.83% 0.4% -
HSV(B) 330.71º 0.9% 0.74% -
XYZ 23.3 12.06 13.41 -
YUV 78.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 188 18 101 0 0.90 0.46 0.26 330.71 0.83 0.4
Hex BC 12 65 0 5A 2E 1A 14B 53 28
Octal 274 22 145 0 132 56 32 513 123 50
Binary 10111100 10010 1100101 0 1011010 101110 11010 101001011 1010011 101000

Color Harmonies of #BC1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1265

Black with #BC1265

Text Example


Text Example

White with #BC1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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