Html Css Color HEX #BC145F Jazzberry Jam

📋 copy color: '#BC145F'

red 188 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #BC145F

Tints of Jazzberry Jam #BC145F

RGB

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

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

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

R = 62.05%
G = 6.6%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC145F (or 0xBC145F) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 5F. RGB value is (188,20,95). Sum of RGB (Red+Green+Blue) = 188+20+95=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145F is #43EBA0. Grayscale: #4E4E4E. Windows color (decimal): -4451233 or 6231228. OLE color: 6231228.

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

Color convert

RGB 188 20 95 -
CMYK 0 0.89 0.49 0.26
HSL 333.21º 0.81% 0.41% -
HSV(B) 333.21º 0.89% 0.74% -
XYZ 23.05 12.02 11.93 -
YUV 78.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 188 20 95 0 0.89 0.49 0.26 333.21 0.81 0.41
Hex BC 14 5F 0 59 31 1A 14D 51 29
Octal 274 24 137 0 131 61 32 515 121 51
Binary 10111100 10100 1011111 0 1011001 110001 11010 101001101 1010001 101001

Color Harmonies of #BC145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC145F

Black with #BC145F

Text Example


Text Example

White with #BC145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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