Html Css Color HEX #BC1963 Jazzberry Jam

📋 copy color: '#BC1963'

red 188 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #BC1963

Tints of Jazzberry Jam #BC1963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 60.26%
G = 8.01%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1963 (or 0xBC1963) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 63. RGB value is (188,25,99). Sum of RGB (Red+Green+Blue) = 188+25+99=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1963 is #43E69C. Grayscale: #525252. Windows color (decimal): -4449949 or 6494652. OLE color: 6494652.

HSL color Cylindrical-coordinate representation of color #BC1963: hue angle of 332.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1963 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 99 -
CMYK 0 0.87 0.47 0.26
HSL 332.76º 0.77% 0.42% -
HSV(B) 332.76º 0.87% 0.74% -
XYZ 23.34 12.29 12.95 -
YUV 82.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 188 25 99 0 0.87 0.47 0.26 332.76 0.77 0.42
Hex BC 19 63 0 57 2F 1A 14D 4D 2A
Octal 274 31 143 0 127 57 32 515 115 52
Binary 10111100 11001 1100011 0 1010111 101111 11010 101001101 1001101 101010

Color Harmonies of #BC1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1963

Black with #BC1963

Text Example


Text Example

White with #BC1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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