Html Css Color HEX #BC1063 Jazzberry Jam

📋 copy color: '#BC1063'

red 188 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #BC1063

Tints of Jazzberry Jam #BC1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 62.05%
G = 5.28%
B = 32.67%

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

#BC1063 (or 0xBC1063) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 63. RGB value is (188,16,99). Sum of RGB (Red+Green+Blue) = 188+16+99=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1063 is #43EF9C. Grayscale: #4C4C4C. Windows color (decimal): -4452253 or 6492348. OLE color: 6492348.

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

Color convert

RGB 188 16 99 -
CMYK 0 0.91 0.47 0.26
HSL 331.05º 0.84% 0.4% -
HSV(B) 331.05º 0.91% 0.74% -
XYZ 23.18 11.96 12.89 -
YUV 76.89 140.48 207.25 -
System Red Green Blue C M Y K H S L
Decimal 188 16 99 0 0.91 0.47 0.26 331.05 0.84 0.4
Hex BC 10 63 0 5B 2F 1A 14B 54 28
Octal 274 20 143 0 133 57 32 513 124 50
Binary 10111100 10000 1100011 0 1011011 101111 11010 101001011 1010100 101000

Color Harmonies of #BC1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1063

Black with #BC1063

Text Example


Text Example

White with #BC1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1063; }

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

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

background-color css

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

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

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

border-color css

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

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

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