Html Css Color HEX #BC145C Jazzberry Jam

📋 copy color: '#BC145C'

red 188 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #BC145C

Tints of Jazzberry Jam #BC145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

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

R = 62.67%
G = 6.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC145C (or 0xBC145C) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 5C. RGB value is (188,20,92). Sum of RGB (Red+Green+Blue) = 188+20+92=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145C is #43EBA3. Grayscale: #4E4E4E. Windows color (decimal): -4451236 or 6034620. OLE color: 6034620.

HSL color Cylindrical-coordinate representation of color #BC145C: hue angle of 334.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC145C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 92 -
CMYK 0 0.89 0.51 0.26
HSL 334.29º 0.81% 0.41% -
HSV(B) 334.29º 0.89% 0.74% -
XYZ 22.92 11.96 11.23 -
YUV 78.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 188 20 92 0 0.89 0.51 0.26 334.29 0.81 0.41
Hex BC 14 5C 0 59 33 1A 14E 51 29
Octal 274 24 134 0 131 63 32 516 121 51
Binary 10111100 10100 1011100 0 1011001 110011 11010 101001110 1010001 101001

Color Harmonies of #BC145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC145C

Black with #BC145C

Text Example


Text Example

White with #BC145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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