Html Css Color HEX #BC115F Jazzberry Jam

📋 copy color: '#BC115F'

red 188 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #BC115F

Tints of Jazzberry Jam #BC115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 62.67%
G = 5.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC115F (or 0xBC115F) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 5F. RGB value is (188,17,95). Sum of RGB (Red+Green+Blue) = 188+17+95=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC115F is #43EEA0. Grayscale: #4C4C4C. Windows color (decimal): -4452001 or 6230460. OLE color: 6230460.

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

Color convert

RGB 188 17 95 -
CMYK 0 0.91 0.49 0.26
HSL 332.63º 0.83% 0.4% -
HSV(B) 332.63º 0.91% 0.74% -
XYZ 23.01 11.92 11.91 -
YUV 77.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 188 17 95 0 0.91 0.49 0.26 332.63 0.83 0.4
Hex BC 11 5F 0 5B 31 1A 14D 53 28
Octal 274 21 137 0 133 61 32 515 123 50
Binary 10111100 10001 1011111 0 1011011 110001 11010 101001101 1010011 101000

Color Harmonies of #BC115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC115F

Black with #BC115F

Text Example


Text Example

White with #BC115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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