Html Css Color HEX #BC115E Jazzberry Jam

📋 copy color: '#BC115E'

red 188 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #BC115E

Tints of Jazzberry Jam #BC115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 62.88%
G = 5.69%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC115E (or 0xBC115E) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 5E. RGB value is (188,17,94). Sum of RGB (Red+Green+Blue) = 188+17+94=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC115E is #43EEA1. Grayscale: #4C4C4C. Windows color (decimal): -4452002 or 6164924. OLE color: 6164924.

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

Color convert

RGB 188 17 94 -
CMYK 0 0.91 0.50 0.26
HSL 332.98º 0.83% 0.4% -
HSV(B) 332.98º 0.91% 0.74% -
XYZ 22.96 11.9 11.68 -
YUV 76.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 188 17 94 0 0.91 0.50 0.26 332.98 0.83 0.4
Hex BC 11 5E 0 5B 32 1A 14D 53 28
Octal 274 21 136 0 133 62 32 515 123 50
Binary 10111100 10001 1011110 0 1011011 110010 11010 101001101 1010011 101000

Color Harmonies of #BC115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC115E

Black with #BC115E

Text Example


Text Example

White with #BC115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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