Html Css Color HEX #BC1163 Jazzberry Jam

📋 copy color: '#BC1163'

red 188 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #BC1163

Tints of Jazzberry Jam #BC1163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 61.84%
G = 5.59%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC1163 (or 0xBC1163) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 63. RGB value is (188,17,99). Sum of RGB (Red+Green+Blue) = 188+17+99=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1163 is #43EE9C. Grayscale: #4D4D4D. Windows color (decimal): -4451997 or 6492604. OLE color: 6492604.

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

Color convert

RGB 188 17 99 -
CMYK 0 0.91 0.47 0.26
HSL 331.23º 0.83% 0.4% -
HSV(B) 331.23º 0.91% 0.74% -
XYZ 23.19 11.99 12.9 -
YUV 77.48 140.15 206.83 -
System Red Green Blue C M Y K H S L
Decimal 188 17 99 0 0.91 0.47 0.26 331.23 0.83 0.4
Hex BC 11 63 0 5B 2F 1A 14B 53 28
Octal 274 21 143 0 133 57 32 513 123 50
Binary 10111100 10001 1100011 0 1011011 101111 11010 101001011 1010011 101000

Color Harmonies of #BC1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1163

Black with #BC1163

Text Example


Text Example

White with #BC1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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