Html Css Color HEX #BC115C Jazzberry Jam

📋 copy color: '#BC115C'

red 188 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #BC115C

Tints of Jazzberry Jam #BC115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 63.3%
G = 5.72%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC115C (or 0xBC115C) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 5C. RGB value is (188,17,92). Sum of RGB (Red+Green+Blue) = 188+17+92=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC115C is #43EEA3. Grayscale: #4C4C4C. Windows color (decimal): -4452004 or 6033852. OLE color: 6033852.

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

Color convert

RGB 188 17 92 -
CMYK 0 0.91 0.51 0.26
HSL 333.68º 0.83% 0.4% -
HSV(B) 333.68º 0.91% 0.74% -
XYZ 22.87 11.86 11.21 -
YUV 76.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 188 17 92 0 0.91 0.51 0.26 333.68 0.83 0.4
Hex BC 11 5C 0 5B 33 1A 14E 53 28
Octal 274 21 134 0 133 63 32 516 123 50
Binary 10111100 10001 1011100 0 1011011 110011 11010 101001110 1010011 101000

Color Harmonies of #BC115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC115C

Black with #BC115C

Text Example


Text Example

White with #BC115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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