Html Css Color HEX #BC1863 Jazzberry Jam

📋 copy color: '#BC1863'

red 188 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #BC1863

Tints of Jazzberry Jam #BC1863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

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

R = 60.45%
G = 7.72%
B = 31.83%

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

#BC1863 (or 0xBC1863) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 63. RGB value is (188,24,99). Sum of RGB (Red+Green+Blue) = 188+24+99=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1863 is #43E79C. Grayscale: #515151. Windows color (decimal): -4450205 or 6494396. OLE color: 6494396.

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

Color convert

RGB 188 24 99 -
CMYK 0 0.87 0.47 0.26
HSL 332.56º 0.77% 0.42% -
HSV(B) 332.56º 0.87% 0.74% -
XYZ 23.32 12.25 12.94 -
YUV 81.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 188 24 99 0 0.87 0.47 0.26 332.56 0.77 0.42
Hex BC 18 63 0 57 2F 1A 14D 4D 2A
Octal 274 30 143 0 127 57 32 515 115 52
Binary 10111100 11000 1100011 0 1010111 101111 11010 101001101 1001101 101010

Color Harmonies of #BC1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1863

Black with #BC1863

Text Example


Text Example

White with #BC1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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